Checking if your kit is complete... Looks good Writing Makefile for HTML::FormatText::WithLinks cp lib/HTML/FormatText/WithLinks.pm blib/lib/HTML/FormatText/WithLinks.pm Manifying blib/man3/HTML::FormatText::WithLinks.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01load............1..5 ok 1 - use HTML::FormatText::WithLinks; ok 2 - objected created ok 3 - The object isa HTML::FormatText::WithLinks ok 4 - second object created ok 5 - The object isa HTML::FormatText::WithLinks ok t/02_basic_parse....1..5 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok 4 - html formatted ok 5 - html correctly formatted with no left margin ok t/03_parse_with_links.1..3 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok t/04_parse_with_relative_links.1..3 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok t/05_parse_with_html_fragment.1..3 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok t/06_parse_file.....1..3 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok t/07_parse_missing_file.1..5 ok 1 - object created ok 2 - undef returned for missing file ok 3 - correct error message for missing file ok 4 - undef returned for directory ok 5 - correct error message for directory ok t/08_custom_format..1..9 ok 1 - object created ok 2 - html formatted ok 3 - html correctly formatted ok 4 - html formatted ok 5 - html correctly formatted with no footnotes ok 6 - html formatted ok 7 - html correctly formatted with after_link ok 8 - html formatted ok 9 - html correctly formatted with link_num_generator ok t/09_with_emphasis..1..6 ok 1 - object created ok 2 - html formatted not ok 3 - html correctly formatted with emphasis # Failed test (t/09_with_emphasis.t at line 14) # got: ' This is a mail of _some_ /sort/ # # It has some of the words emphasised # # ' # expected: ' This is a mail of _some_ /sort/ # # It has _some_ of the /words/ emphasised # # ' ok 4 - object created ok 5 - html formatted ok 6 - html correctly formatted without emphasis # Looks like you failed 1 test of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/6 tests, 83.33% okay t/10_no_html_passed.1..3 ok 1 - object created ok 2 - return undef if no html passed in ok 3 - return empty string if empty string passed in ok t/11_parse_a_with_no_href.1..6 ok 1 - object created ok 2 - html formatted ok 3 - html with hrefless link correctly formatted ok 4 - object created ok 5 - html formatted ok 6 - html with hrefless link and base set correctly formatted ok t/12_treebuilder_problem.1..0 # Skip Test::MockObject required for testing TreeBuilder problems skipped: Test::MockObject required for testing TreeBuilder problems t/13_parse_with_name.1..6 ok 1 - object created ok 2 - html formatted ok 3 - html with name only link correctly formatted ok 4 - object created ok 5 - html formatted ok 6 - html with name only link and base set correctly formatted ok t/98_pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/99_podcover.......1..0 # Skip Test::Pod::Coverage 0.08 required for testing POD coverage skipped: Test::Pod::Coverage 0.08 required for testing POD coverage Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/09_with_emphasis.t 1 256 6 1 16.67% 3 3 tests skipped. Failed 1/15 test scripts, 93.33% okay. 1/57 subtests failed, 98.25% okay. make: *** [test_dynamic] Error 29