Checking if your kit is complete... Looks good Writing Makefile for Test::Differences cp Differences.pm blib/lib/Test/Differences.pm Manifying blib/man3/Test::Differences.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00flatten.........1..5 # Running under perl version 5.008002 for hpux # Current time local: Thu Jun 28 20:58:31 2007 # Current time GMT: Fri Jun 29 03:58:31 2007 # Using Test.pm version 1.24 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/01text_vs_data....1..3 todo 1 2 3; # Running under perl version 5.008002 for hpux # Current time local: Thu Jun 28 20:58:32 2007 # Current time GMT: Fri Jun 29 03:58:32 2007 # Using Test.pm version 1.24 # Test 1 got: ' +---+-----+----------+ | Ln|Got |Expected | +---+-----+----------+ | 28| | | | 29| | | | 30| | | * 31|a |b * +---+-----+----------+ ' (t/01text_vs_data.t at line 11 *TODO*) # Expected: 'No differences' # t/01text_vs_data.t line 11 is: sub { eq_or_diff $a, $b }, not ok 1 # Test 2 got: ' +---+-----+----------+ | Ln|Got |Expected | +---+-----+----------+ | 28| | | | 29| | | | 30| | | * 31|a |b * +---+-----+----------+ ' (t/01text_vs_data.t at line 12 *TODO*) # Expected: 'No differences' # t/01text_vs_data.t line 12 is: sub { eq_or_diff_text $a, $b }, not ok 2 # Test 3 got: ' +----+-----+----------+ | Elt|Got |Expected | +----+-----+----------+ | 27| | | | 28| | | | 29| | | * 30|a |b * +----+-----+----------+ ' (t/01text_vs_data.t at line 13 *TODO*) # Expected: 'No differences' # t/01text_vs_data.t line 13 is: sub { eq_or_diff_data $a, $b }, not ok 3 ok t/02pass............1..1 # Running under perl version 5.008002 for hpux # Current time local: Thu Jun 28 20:58:33 2007 # Current time GMT: Fri Jun 29 03:58:33 2007 # Using Test.pm version 1.24 ok 1 ok t/03struct..........1..2 # Running under perl version 5.008002 for hpux # Current time local: Thu Jun 28 20:58:33 2007 # Current time GMT: Fri Jun 29 03:58:33 2007 # Using Test.pm version 1.24 ok 1 ok 2 ok t/10test............1..7 todo 2 3 4 5 6 7; # Running under perl version 5.008002 for hpux # Current time local: Thu Jun 28 20:58:34 2007 # Current time GMT: Fri Jun 29 03:58:34 2007 # Using Test.pm version 1.24 # This test misuses TODO: these TODOs are actually real tests. ok 1 # Test 2 got: ' +---+-----+----------+ | Ln|Got |Expected | +---+-----+----------+ * 1|a |b * +---+-----+----------+ ' (t/10test.t at line 7 *TODO*) # Expected: 'No differences' # t/10test.t line 7 is: sub { eq_or_diff "a", "b" }, not ok 2 # Test 3 got: ' +---+-----+---+----------+ | Ln|Got | Ln|Expected | +---+-----+---+----------+ | 1|a | 1|a | * 2|b * | | | 3|c | 2|c | +---+-----+---+----------+ ' (t/10test.t at line 8 *TODO*) # Expected: 'No differences' # t/10test.t line 8 is: sub { eq_or_diff "a\nb\nc\n", "a\nc\n" }, not ok 3 # Test 4 got: ' +---+-----+----------+ | Ln|Got |Expected | +---+-----+----------+ | 1|a |a | * 2|b |B * | 3|c |c | +---+-----+----------+ ' (t/10test.t at line 9 *TODO*) # Expected: 'No differences' # t/10test.t line 9 is: sub { eq_or_diff "a\nb\nc\n", "a\nB\nc\n" }, not ok 4 # Test 5 got: ' +---+-----+---+----------+ | Ln|Got | Ln|Expected | +---+-----+---+----------+ | 1|a | 1|a | * 2|b * | | | 3|c | 2|c | * 4|d * | | | 5|e | 3|e | +---+-----+---+----------+ ' (t/10test.t at line 10 *TODO*) # Expected: 'No differences' # t/10test.t line 10 is: sub { eq_or_diff "a\nb\nc\nd\ne\n", "a\nc\ne\n" }, # Test 6 got: ' +---+-----+---+----------+ | Ln|Got | Ln|Expected | +---+-----+---+----------+ * 3|c * | | +---+-----+---+----------+ ' (t/10test.t at line 11 *TODO*) # Expected: 'No differences' not ok 5 not ok 6 # t/10test.t line 11 is: sub { eq_or_diff "a\nb\nc\nd\ne\n", "a\nb\nd\ne\n", { context => 0 } }, # Test 7 got: ' +---+-----+---+----------+ | Ln|Got | Ln|Expected | +---+-----+---+----------+ | 1|a | 1|a | | 2|b | 2|b | * 3|c * | | | 4|d | 3|d | | 5|e | 4|e | +---+-----+---+----------+ ' (t/10test.t at line 12 *TODO*) # Expected: 'No differences' # t/10test.t line 12 is: sub { eq_or_diff "a\nb\nc\nd\ne\n", "a\nb\nd\ne\n", { context => 10 } }, not ok 7 ok t/20test_more.......1..2 ok 1 # This test misuses TODO: these TODOs are actually real tests. not ok 2 # TODO testing failure, not really a TODO # Failed (TODO) test (t/20test_more.t at line 12) # +---+-----+----------+ # | Ln|Got |Expected | # +---+-----+----------+ # * 1|a |b * # +---+-----+----------+ ok t/99example.........1..3 # # This test misuses TODO: these TODOs are actually real tests. # not ok 1 - differences in text # TODO testing failure, not really a TODO # Failed (TODO) test ((eval 2) at line 14) # +---+----------------+----------------+ # | Ln|Got |Expected | # +---+----------------+----------------+ # | 1|this is line 1 |this is line 1 | # * 2|this is line 2 |this is line b * # | 3|this is line 3 |this is line 3 | # +---+----------------+----------------+ not ok 2 - differences in whitespace # TODO testing failure, not really a TODO # Failed (TODO) test ((eval 2) at line 20) # +---+------------------+------------------+ # | Ln|Got |Expected | # +---+------------------+------------------+ # | 1| indented | indented | # * 2| indented |\tindented * # | 3| indented | indented | # +---+------------------+------------------+ not ok 3 # TODO testing failure, not really a TODO # Failed (TODO) test ((eval 2) at line 22) # +----+-------------------------------------+----------------------------+ # | Elt|Got |Expected | # +----+-------------------------------------+----------------------------+ # * 0|bless( [ |[ * # * 1| 'Move along, nothing to see here' | 'Dry, humorless message' * # * 2|], 'Test::Builder' ) |] * # +----+-------------------------------------+----------------------------+ ok All tests successful. Files=7, Tests=23, 7 wallclock secs ( 5.81 cusr + 0.38 csys = 6.19 CPU) Installing /home/cpanrun/pa-risc1.1/build/5.8.2/lib/site_perl/5.8.2/Test/Differences.pm Installing /home/cpanrun/pa-risc1.1/build/5.8.2/man/man3/Test::Differences.3 Appending installation info to /home/cpanrun/pa-risc1.1/build/5.8.2/lib/5.8.2/PA-RISC1.1-thread-multi/perllocal.pod