Checking if your kit is complete... Looks good Warning: prerequisite Test::Builder::Tester 1.02 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Warning: prerequisite Test::More 0.60 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for Test::SubCalls cp lib/Test/SubCalls.pm blib/lib/Test/SubCalls.pm Manifying blib/man3/Test::SubCalls.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_compile........1..6 ok 1 - Your perl is new enough ok 2 - use Test::SubCalls; ok 3 - Imported sub_track ok 4 - Imported sub_calls ok 5 - Imported sub_reset ok 6 - Imported sub_reset_all ok t/02_main...........1..18 ok 1 - Set up tracking for Foo::foo ok ok 2 - Set up for Foo::foo didn't die ok 3 - Set up tracking for Foo::bar ok ok 4 - Set up for Foo::bar didn't die ok 5 - Failed to set up tracking for Foo::baz ok 6 - Set up for Foo::baz died ok 7 - Good tracking passes not ok 8 - Bad tracking fails # Failed test (t/02_main.t at line 59) # STDERR is: # # # Failed test (t/02_main.t at line 58) # # got: 2 # # expected: 3 # # not: # # Failed test (t/02_main.t at line 58) # # got: 2 # # expected: 3 # # as expected ok 9 - Failed to check calls for Foo::baz ok 10 - Call check for Foo::baz died ok 11 - Failed to check calls for Foo::baz ok 12 - Call check for Foo::baz died ok 13 - sub_reset returns true ok 14 - sub_reset actually resets sub count ok 15 - Set Foo::foo back to 1 for sub_reset_all test ok 16 - sub_reset_all returns true ok 17 - sub_reset_all actually resets sub count ok 18 - sub_reset_all actually resets sub count FAILED test 8 Failed 1/18 tests, 94.44% okay t/98_pod............1..0 # Skip Test::Pod not available for testing skipped: Test::Pod not available for testing t/99_pmv............1..0 # Skip Test::MinimumVersion not available skipped: Test::MinimumVersion not available Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/02_main.t 18 1 5.56% 8 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 1/24 subtests failed, 95.83% okay. make: *** [test_dynamic] Error 29