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 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00flatten.........ok t/01text_vs_data....# Test 1 got: "\n+---+-----+----------+\n| Ln|Got |Expected |\n+---+-----+----------+\n| 28| | |\n| 29| | |\n| 30| | |\n* 31|a |b *\n+---+-----+----------+\n" (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 }, # Test 2 got: "\n+---+-----+----------+\n| Ln|Got |Expected |\n+---+-----+----------+\n| 28| | |\n| 29| | |\n| 30| | |\n* 31|a |b *\n+---+-----+----------+\n" (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 }, # Test 3 got: "\n+----+-----+----------+\n| Elt|Got |Expected |\n+----+-----+----------+\n| 27| | |\n| 28| | |\n| 29| | |\n* 30|a |b *\n+----+-----+----------+\n" (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 }, ok t/02pass............ok t/03struct..........ok t/10test............# Test 2 got: "\n+---+-----+----------+\n| Ln|Got |Expected |\n+---+-----+----------+\n* 1|a |b *\n+---+-----+----------+\n" (t/10test.t at line 7 *TODO*) # Expected: "No differences" # t/10test.t line 7 is: sub { eq_or_diff "a", "b" }, # Test 3 got: "\n+---+-----+---+----------+\n| Ln|Got | Ln|Expected |\n+---+-----+---+----------+\n| 1|a | 1|a |\n* 2|b * | |\n| 3|c | 2|c |\n+---+-----+---+----------+\n" (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" }, # Test 4 got: "\n+---+-----+----------+\n| Ln|Got |Expected |\n+---+-----+----------+\n| 1|a |a |\n* 2|b |B *\n| 3|c |c |\n+---+-----+----------+\n" (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" }, # Test 5 got: "\n+---+-----+---+----------+\n| Ln|Got | Ln|Expected |\n+---+-----+---+----------+\n| 1|a | 1|a |\n* 2|b * | |\n| 3|c | 2|c |\n* 4|d * | |\n| 5|e | 3|e |\n+---+-----+---+----------+\n" (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: "\n+---+-----+---+----------+\n| Ln|Got | Ln|Expected |\n+---+-----+---+----------+\n* 3|c * | |\n+---+-----+---+----------+\n" (t/10test.t at line 11 *TODO*) # Expected: "No differences" # 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: "\n+---+-----+---+----------+\n| Ln|Got | Ln|Expected |\n+---+-----+---+----------+\n| 1|a | 1|a |\n| 2|b | 2|b |\n* 3|c * | |\n| 4|d | 3|d |\n| 5|e | 4|e |\n+---+-----+---+----------+\n" (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 } }, ok t/20test_more.......ok t/99example.........ok All tests successful. Files=7, Tests=23, 1 wallclock secs ( 0.45 cusr + 0.18 csys = 0.63 CPU) Installing /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/Test/Differences.pm Installing /Users/cpanrun/pristine/5.8.7/man/man3/Test::Differences.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true