Cannot determine perl version info from lib/HTML/ParagraphSplit.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - HTML::Entities ...loaded. (1.27) - HTML::TreeBuilder ...loaded. (3.13) - HTML::Tagset ...loaded. (3.03) - Module::CoreList ...loaded. (2.11) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for HTML::ParagraphSplit cp lib/HTML/ParagraphSplit.pm blib/lib/HTML/ParagraphSplit.pm Manifying blib/man3/HTML::ParagraphSplit.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-dependencies.t t/01-use.t t/02-pod-coverage.t t/02-pod.t t/03-basic.t t/04-use-br.t t/05-br-only.t t/06-add-attrs-to-p.t t/07-add-attrs-to-br.t t/08-filter-nodes.t t/09-instead.t t/00-dependencies.......ok 1 - Opened Makefile ok 2 - HTML::Entities in Makefile.PL ok 3 - HTML::Tagset in Makefile.PL ok 4 - HTML::TreeBuilder in Makefile.PL ok 5 - Module::CoreList in Makefile.PL 1..5 ok t/01-use................1..1 ok 1 - use HTML::ParagraphSplit; ok t/02-pod-coverage.......1..0 # Skip Test::Pod::Coverage required for testing pod coverage skipped all skipped: Test::Pod::Coverage required for testing pod coverage t/02-pod................1..1 ok 1 - blib/lib/HTML/ParagraphSplit.pm ok t/03-basic..............1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/04-use-br.............1..2 # Failed test (t/04-use-br.t at line 18) # got: '

This is
a test.

This is another test.

This
is
a
third
test.

' # expected: '

This is
a test.

This is another test.

This
is
a
third
test.

' not ok 1 # Failed test (t/04-use-br.t at line 28) # got: '

This
is
a
test.

This
# is
# a
# test.
' # expected: '

This
is
a
test.

This
# is
# a
# test.
' not ok 2 # Looks like you failed 2 tests of 2. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/05-br-only............1..7 # Failed test (t/05-br-only.t at line 29) # got: 'This is a test.

This is another test.' # expected: 'This is a test.

This is another test.' ok 1 not ok 2 # Failed test (t/05-br-only.t at line 29) not ok 3 # got: 'This is # a test.

This is another test.

This # is # a
third # test.' # expected: 'This is # a test.

This is another test.

This # is # a
third # test.' # Failed test (t/05-br-only.t at line 29) not ok 4 # got: 'This is a test.' # expected: 'This is a test.' # Failed test (t/05-br-only.t at line 29) not ok 5 # got: 'This is a test.
  1. two
This is another test.

This is a third test.
three
Blah blah blah
This is a fourth test.' # expected: 'This is a test.
  1. two
This is another test.

This is a third test.
three
Blah blah blah
This is a fourth test.' # Failed test (t/05-br-only.t at line 29) # got: 'This is a test.

This is another test.' # expected: 'This is a test.

This is another test.' not ok 6 # Failed test (t/05-br-only.t at line 29) # got: 'This isatest.

This isanothertest.' # expected: 'This isatest.

This isanothertest.' not ok 7 # Looks like you failed 6 tests of 7. dubious Test returned status 6 (wstat 1536, 0x600) DIED. FAILED tests 2-7 Failed 6/7 tests, 14.29% okay t/06-add-attrs-to-p.....1..1 ok 1 ok t/07-add-attrs-to-br....1..1 # Failed test (t/07-add-attrs-to-br.t at line 19) # got: 'This is a test.

This is another test.' # expected: 'This is a test.

This is another test.' # Looks like you failed 1 tests of 1. not ok 1 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08-filter-nodes.......1..1 ok 1 ok t/09-instead............1..1 ok 1 ok Failed 3/11 test scripts, 72.73% okay. 9/28 subtests failed, 67.86% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------- t/04-use-br.t 2 512 2 2 100.00% 1-2 t/05-br-only.t 6 1536 7 6 85.71% 2-7 t/07-add-attrs-to-br.t 1 256 1 1 100.00% 1 1 test skipped. make: *** [test_dynamic] Error 25