Checking if your kit is complete... Looks good Writing Makefile for Sub::Pipeline cp lib/Sub/Pipeline.pm blib/lib/Sub/Pipeline.pm Manifying blib/man3/Sub::Pipeline.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 # Testing Sub::Pipeline 0.010 ok 1 - use Sub::Pipeline; ok t/basic...........ok 1 - use Sub::Pipeline; ok 2 - sub isa Sub::Pipeline ok 3 - referenced code dereference of sub isa CODE ok 4 - begin pipeline runs ok 5 - check pipeline runs ok 6 - init pipeline runs ok 7 - run pipeline runs ok 8 - end pipeline runs ok 9 - The object isa Sub::Pipeline::Success ok 10 - begin pipeline runs ok 11 - check pipeline runs ok 12 - init pipeline runs ok 13 - run pipeline runs ok 14 - end pipeline runs ok 15 - thrown exception isa Sub::Pipeline::Success ok 16 - begin pipeline runs ok 17 - check pipeline runs ok 18 - init pipeline runs ok 19 - run pipeline runs ok 20 - end pipeline runs ok 21 - no exception thrown with 'return' behavior on ok 22 - return value isa Sub::Pipeline::Success ok 23 # skip Why does the trace show ->call's invocant as undef? ok 24 # skip Why does the trace show ->call's invocant as undef? ok 25 # skip Why does the trace show ->call's invocant as undef? ok 26 - begin pipeline runs Use of uninitialized value in subroutine entry at /Users/cpanrun/build/5.10.0/lib/overload.pm line 107. ok 27 - check pipeline runs ok 28 - sub call threw exception ok 29 - The object isa Sub::Pipeline::PipeMissing Use of uninitialized value in subroutine entry at /Users/cpanrun/build/5.10.0/lib/overload.pm line 107. ok 30 - sub check threw exception ok 31 - The object isa Sub::Pipeline::PipeMissing 1..31 ok 3/31 skipped: various reasons t/class...........1..7 ok 1 - use Sub::Pipeline; ok 2 - use Test::SubPipeline::Class; ok 3 - use Test::SubPipeline::Subclass; ok 4 - pipeline did its thing ok 5 - correct return ok 6 - subclass pipeline did its thing ok 7 - correct return ok t/install.........ok 1 - use Sub::Pipeline; ok 2 - sub isa Sub::Pipeline ok 3 - begin pipeline runs ok 4 - check pipeline runs ok 5 - init pipeline runs ok 6 - run pipeline runs ok 7 - end pipeline runs ok 8 - return value is ok ok 9 - method invocant was correct ok 10 - begin pipeline runs ok 11 - check pipeline runs ok 12 - init pipeline runs ok 13 - run pipeline runs ok 14 - end pipeline runs ok 15 - return value is ok ok 16 - method invocant correct again isa Whatever 1..16 ok t/package.........ok 1 - use Sub::Pipeline; ok 2 - correct return value ok 3 - variable changed by pipe 1..3 ok t/perl-critic.....1..0 # Skip define PERL_TEST_CRITIC to run these tests skipped all skipped: define PERL_TEST_CRITIC to run these tests t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.06 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.06 required for testing POD coverage t/pod.............1..1 ok 1 - blib/lib/Sub/Pipeline.pm ok t/value...........ok 1 - use Sub::Pipeline; ok 2 - pipe did not alter $x ok 3 - pipe returned proper value ok 4 - pipe altered $x in place ok 5 - pipe returned proper value 1..5 ok All tests successful, 2 tests and 3 subtests skipped. Files=9, Tests=64, 1 wallclock secs ( 0.82 cusr + 0.24 csys = 1.06 CPU) make: *** [htmlifypods] Hangup