Warning: prerequisite HTML::Parser 3.20 not found at /home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Writing Makefile for HTML::Lint cp lib/Test/HTML/Lint.pm blib/lib/Test/HTML/Lint.pm cp lib/HTML/Lint.pm blib/lib/HTML/Lint.pm cp lib/HTML/Lint/HTML4.pm blib/lib/HTML/Lint/HTML4.pm cp lib/HTML/Lint/Error.pm blib/lib/HTML/Lint/Error.pm cp bin/weblint blib/script/weblint /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/weblint Manifying blib/man3/Test::HTML::Lint.3 Manifying blib/man3/HTML::Lint.3 Manifying blib/man3/HTML::Lint::HTML4.3 Manifying blib/man3/HTML::Lint::Error.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load.......................1..2 # Failed test 'use HTML::Lint;' # at t/00-load.t line 6. # Tried to use 'HTML::Lint'. # Error: HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. # BEGIN failed--compilation aborted at t/00-load.t line 6. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use HTML::Lint; # Failed test 'use Test::HTML::Lint;' not ok 2 - use Test::HTML::Lint; # at t/00-load.t line 10. # Tried to use 'Test::HTML::Lint'. # Error: HTML::Lint does not define $HTML::Lint::VERSION--version check failed at blib/lib/Test/HTML/Lint.pm line 8. # BEGIN failed--compilation aborted at t/00-load.t line 10. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value in concatenation (.) or string at t/00-load.t line 13. # Testing HTML::Lint # 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/01-coverage...................ok 1 - use HTML::Lint::Error; ok 2 - There are at least some errors to be found. ok 3 - t/attr-unknown.t exists ok 4 - t/elem-unopened.t exists ok 5 - t/text-use-entity.t exists ok 6 - t/elem-nonrepeatable.t exists ok 7 - t/elem-img-alt-missing.t exists ok 8 - t/elem-img-sizes-missing.t exists ok 9 - t/elem-unclosed.t exists ok 10 - t/attr-repeated.t exists ok 11 - t/doc-tag-required.t exists ok 12 - t/elem-unknown.t exists ok 13 - t/elem-empty-but-closed.t exists 1..13 ok t/02-versions...................1..3 # Failed test 'use HTML::Lint;' # at t/02-versions.t line 9. # Tried to use 'HTML::Lint'. # Error: HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. # BEGIN failed--compilation aborted at t/02-versions.t line 9. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use HTML::Lint; # Failed test 'use Test::HTML::Lint;' # at t/02-versions.t line 12. # Tried to use 'Test::HTML::Lint'. # Error: HTML::Lint does not define $HTML::Lint::VERSION--version check failed at blib/lib/Test/HTML/Lint.pm line 8. # BEGIN failed--compilation aborted at t/02-versions.t line 12. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. not ok 2 - use Test::HTML::Lint; # Looks like you failed 2 tests of 3. ok 3 - HTML::Lint and Test::HTML::Lint versions match dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-2 Failed 2/3 tests, 33.33% okay t/10-test-html-lint.............1..4 HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at blib/lib/Test/HTML/Lint.pm line 8. BEGIN failed--compilation aborted at blib/lib/Test/HTML/Lint.pm line 8. Compilation failed in require at t/10-test-html-lint.t line 7. BEGIN failed--compilation aborted at t/10-test-html-lint.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/11-test-html-lint-overload....1..4 # Failed test 'use Test::HTML::Lint;' # at t/11-test-html-lint-overload.t line 8. # Tried to use 'Test::HTML::Lint'. # Error: HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. # BEGIN failed--compilation aborted at t/11-test-html-lint-overload.t line 8. # Compilation failed in require at blib/lib/Test/HTML/Lint.pm line 8. # BEGIN failed--compilation aborted at blib/lib/Test/HTML/Lint.pm line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. not ok 1 - use Test::HTML::Lint; ok 2 - use HTML::Lint; ok 3 - use HTML::Lint::Error; Can't locate object method "new" via package "HTML::Lint::Parser" (perhaps you forgot to load "HTML::Lint::Parser"?) at blib/lib/HTML/Lint.pm line 80. # Looks like you planned 4 tests but only ran 3. # Looks like you failed 1 test of 3 run. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 4 Failed 2/4 tests, 50.00% okay t/20-error-types-export.........1..5 ok 1 - use HTML::Lint::Error; ok 2 ok 3 ok 4 ok 5 ok t/20-error-types-skip...........1..10 # Failed test 'use HTML::Lint;' # at t/20-error-types-skip.t line 7. not ok 1 - use HTML::Lint; # Tried to use 'HTML::Lint'. # Error: HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. # BEGIN failed--compilation aborted at t/20-error-types-skip.t line 7. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. ok 2 - use HTML::Lint::Error; Can't locate object method "new" via package "HTML::Lint::Parser" (perhaps you forgot to load "HTML::Lint::Parser"?) at blib/lib/HTML/Lint.pm line 80, line 1. # Looks like you planned 10 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-10 Failed 9/10 tests, 10.00% okay t/20-error-types................1..5 ok 1 - use HTML::Lint::Error; ok 2 ok 3 ok 4 ok 5 ok t/30-test-builder...............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at blib/lib/Test/HTML/Lint.pm line 8. BEGIN failed--compilation aborted at blib/lib/Test/HTML/Lint.pm line 8. Compilation failed in require at t/30-test-builder.t line 9. BEGIN failed--compilation aborted at t/30-test-builder.t line 9. dubious Test returned status 255 (wstat 65280, 0xff00) t/40-where......................1..4 # Failed test 'use HTML::Lint;' # at t/40-where.t line 8. not ok 1 - use HTML::Lint; # Tried to use 'HTML::Lint'. # Error: HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. # BEGIN failed--compilation aborted at t/40-where.t line 8. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "new" via package "HTML::Lint::Parser" (perhaps you forgot to load "HTML::Lint::Parser"?) at blib/lib/HTML/Lint.pm line 80. # Looks like you planned 4 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/50-multiple-files.............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/50-multiple-files.t line 4. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/attr-repeated.................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/attr-repeated.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/attr-unknown..................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/attr-unknown.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/doc-tag-required..............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/doc-tag-required.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-empty-but-closed.........HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-empty-but-closed.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-img-alt-missing..........HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-img-alt-missing.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-img-sizes-missing........HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-img-sizes-missing.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-nonrepeatable............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-nonrepeatable.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-unclosed.................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-unclosed.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-unknown..................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-unknown.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/elem-unopened.................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/elem-unopened.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/embed-extensions..............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/embed-extensions.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/pod-coverage..................1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...........................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/random-nobr...................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/random-nobr.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/text-use-entity...............HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/text-use-entity.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/xhtml-html....................HTML::Parser version 3.2 required--this is only version 3.19 at blib/lib/HTML/Lint.pm line 265. BEGIN failed--compilation aborted at blib/lib/HTML/Lint.pm line 265. Compilation failed in require at t/LintTest.pl line 2. BEGIN failed--compilation aborted at t/LintTest.pl line 2. Compilation failed in require at t/xhtml-html.t line 3. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) Failed 22/27 test scripts, 18.52% okay. 23/50 subtests failed, 54.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/00-load.t 2 512 2 2 100.00% 1-2 t/02-versions.t 2 512 3 2 66.67% 1-2 t/10-test-html-lint.t 255 65280 4 8 200.00% 1-4 t/11-test-html-lint-overload.t 255 65280 4 3 75.00% 1 4 t/20-error-types-skip.t 255 65280 10 17 170.00% 1 3-10 t/30-test-builder.t 255 65280 ?? ?? % ?? t/40-where.t 255 65280 4 7 175.00% 1-4 t/50-multiple-files.t 255 65280 ?? ?? % ?? t/attr-repeated.t 255 65280 ?? ?? % ?? t/attr-unknown.t 255 65280 ?? ?? % ?? t/doc-tag-required.t 255 65280 ?? ?? % ?? t/elem-empty-but-closed.t 255 65280 ?? ?? % ?? t/elem-img-alt-missing.t 255 65280 ?? ?? % ?? t/elem-img-sizes-missing.t 255 65280 ?? ?? % ?? t/elem-nonrepeatable.t 255 65280 ?? ?? % ?? t/elem-unclosed.t 255 65280 ?? ?? % ?? t/elem-unknown.t 255 65280 ?? ?? % ?? t/elem-unopened.t 255 65280 ?? ?? % ?? t/embed-extensions.t 255 65280 ?? ?? % ?? t/random-nobr.t 255 65280 ?? ?? % ?? t/text-use-entity.t 255 65280 ?? ?? % ?? t/xhtml-html.t 255 65280 ?? ?? % ?? 2 tests skipped. make: *** [test_dynamic] Error 2