Checking if your kit is complete... Looks good Writing Makefile for Devel::Timer cp lib/Devel/Timer.pm blib/lib/Devel/Timer.pm Manifying blib/man3/Devel::Timer.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/my-timer..........1..8 ok 1 - use MyTimer; ok 2 - The object isa MyTimer ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/test..............1..49 ok 1 - use Devel::Timer; # Failed test (t/test.t at line 21) # undef # doesn't match '(?-xism:Total time)' # Failed test (t/test.t at line 22) # undef # doesn't match '(?-xism:Interval Time Percent)' # Failed test (t/test.t at line 23) # undef # doesn't match '(?-xism:00 -> 01 .* INIT -> A)' # Failed test (t/test.t at line 24) # undef # doesn't match '(?-xism:01 -> 02 .* A -> B)' # Failed test (t/test.t at line 25) # undef # doesn't match '(?-xism:02 -> 03 .* B -> A)' # Failed test (t/test.t at line 26) # undef # doesn't match '(?-xism:03 -> 04 .* A -> B)' # Failed test (t/test.t at line 27) # undef # doesn't match '(?-xism:04 -> 05 .* B -> A)' # Failed test (t/test.t at line 28) # undef # doesn't match '(?-xism:05 -> 06 .* A -> B)' # Failed test (t/test.t at line 29) # undef # doesn't match '(?-xism:06 -> 07 .* B -> C)' not ok 2 - Total time not ok 3 - header not ok 4 - step 0 not ok 5 - step 1 not ok 6 - step 2 not ok 7 - step 3 not ok 8 - step 4 not ok 9 - step 5 not ok 10 - step 6 ok 11 - no step 7 # Failed test (t/test.t at line 42) # undef # doesn't match '(?-xism:Total time)' # Failed test (t/test.t at line 43) # undef # doesn't match '(?-xism:Count Time Percent)' # Failed test (t/test.t at line 44) # undef # doesn't match '(?-xism:\n + 3 .* A -> B)' # Failed test (t/test.t at line 45) # undef # doesn't match '(?-xism:\n + 1 .* B -> C)' # Failed test (t/test.t at line 46) # undef # doesn't match '(?-xism:\n + 2 .* B -> A)' # Failed test (t/test.t at line 47) # undef # doesn't match '(?-xism:\n + 1 .* INIT -> A)' # Failed test (t/test.t at line 48) # undef # doesn't match '(?s-xim:A -> B.* B -> C.* B -> A.* INIT -> A)' not ok 12 - Total time not ok 13 - header not ok 14 - A -> B not ok 15 - B -> C not ok 16 - B -> A not ok 17 - INIT -> A not ok 18 - order by time descending # Failed test (t/test.t at line 61) # undef # doesn't match '(?-xism:Total time)' # Failed test (t/test.t at line 62) # undef # doesn't match '(?-xism:Count Time Percent)' # Failed test (t/test.t at line 63) # undef # doesn't match '(?-xism:\n + 3 .* A -> B)' # Failed test (t/test.t at line 64) # undef # doesn't match '(?-xism:\n + 1 .* B -> C)' # Failed test (t/test.t at line 65) # undef # doesn't match '(?-xism:\n + 2 .* B -> A)' # Failed test (t/test.t at line 66) # undef # doesn't match '(?-xism:\n + 1 .* INIT -> A)' # Failed test (t/test.t at line 73) not ok 19 - Total time not ok 20 - header not ok 21 - A -> B not ok 22 - B -> C not ok 23 - B -> A not ok 24 - INIT -> A not ok 25 - sort by count # Looks like you failed 23 tests of 49. ok 26 - get_stats('A', 'B') ok 27 - $time ok 28 - $time ok 29 - $percent ok 30 - $percent ok 31 - $count ok 32 - get_stats('B', 'A') ok 33 - $time ok 34 - $time ok 35 - $percent ok 36 - $percent ok 37 - $count ok 38 - get_stats('B', 'C') ok 39 - $time ok 40 - $time ok 41 - $percent ok 42 - $percent ok 43 - $count ok 44 - get_stats('INIT', 'A') ok 45 - $time ok 46 - $time ok 47 - $percent ok 48 - $percent ok 49 - $count dubious Test returned status 23 (wstat 5888, 0x1700) DIED. FAILED tests 2-10, 12-25 Failed 23/49 tests, 53.06% okay Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------- t/test.t 23 5888 49 23 46.94% 2-10, 12-25 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 23/57 subtests failed, 59.65% okay. make: *** [test_dynamic] Error 2