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 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01use.............1..22 ok 1 - empty template ok 2 - empty template output ok 3 - simple table not ok 4 - simple output # Failed test (t/01use.t at 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 not ok 6 - rowline output # Failed test (t/01use.t at 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 not ok 8 - widths output # Failed test (t/01use.t at 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 not ok 14 - style default output # Failed test (t/01use.t at line 112) # got: '.---+---+---. # | a | b | c | # |=--+---+--=| # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' # expected: '.-----------. # | a | b | c | # +---+---+---+ # | 1 | 2 | 3 | # | 4 | 5 | 6 | # '---+---+---' # ' ok 15 - add not ok 16 - add output # Failed test (t/01use.t at line 131) # 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 not ok 20 - html output # Failed test (t/01use.t at 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 not ok 22 - no html output # Failed test (t/01use.t at 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 Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01use.t 7 1792 22 7 31.82% 4, 6, 8, 14, 16, 20, 22 Failed 1/1 test scripts, 0.00% okay. 7/22 subtests failed, 68.18% okay. make: *** [test_dynamic] Error 2