Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::ASCIITable cp lib/Template/Plugin/ASCIITable.pm blib/lib/Template/Plugin/ASCIITable.pm Manifying blib/man3/Template::Plugin::ASCIITable.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01use....1..22 ok 1 - empty template ok 2 - empty template output ok 3 - simple table # Failed test 'simple output' not ok 4 - simple output # at t/01use.t line 26. # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' ok 5 - rowline # Failed test 'rowline output' not ok 6 - rowline output # at t/01use.t line 42. # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # |=--+---+--=| # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # +---+---+---+ # | 4 | 5 | 6 | # '---+---+---' # ' ok 7 - widths # Failed test 'widths output' not ok 8 - widths output # at t/01use.t line 60. # got: '.---+-------+-----. # | a | b | c | # |=--+-------+----=| # | 1 | 2 | 323 | # | 4 | x | 634 | # '---+-------+-----' # ' # expected: '.-----------------. # | a | b | c | # +---+-------+-----+ # | 1 | 2 | 323 | # | 4 | x | 634 | # '---+-------+-----' # ' ok 9 - style simple ok 10 - style simple output ok 11 - style grid ok 12 - style grid output ok 13 - style default # Failed test 'style default output' # at t/01use.t line 112. # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' not ok 14 - style default output ok 15 - add # Failed test 'add output' # at t/01use.t line 131. not ok 16 - add output # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' ok 17 - style by hand ok 18 - style by hand output ok 19 - html # Failed test 'html output' not ok 20 - html output # at t/01use.t line 173. # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' ok 21 - no html # Failed test 'no html output' not ok 22 - no html output # at t/01use.t line 191. # got: '.----------+---+---. # | a | b | c | # |=---------+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '----------+---+---' # ' # expected: '.------------------. # | a | b | c | # +----------+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '----------+---+---' # ' # undef # Looks like you failed 7 tests of 22. dubious Test returned status 7 (wstat 1792, 0x700) DIED. FAILED tests 4, 6, 8, 14, 16, 20, 22 Failed 7/22 tests, 68.18% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01use.t 7 1792 22 7 4 6 8 14 16 20 22 Failed 1/1 test scripts. 7/22 subtests failed. Files=1, Tests=22, 0 wallclock secs ( 0.28 cusr + 0.05 csys = 0.33 CPU) Failed 1/1 test programs. 7/22 subtests failed. make: *** [test_dynamic] Error 7