Checking if your kit is complete... Looks good Writing Makefile for HTML::Lint cp lib/HTML/Lint/HTML4.pm blib/lib/HTML/Lint/HTML4.pm 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/Error.pm blib/lib/HTML/Lint/Error.pm cp bin/weblint blib/script/weblint /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/weblint Manifying blib/man3/Test::HTML::Lint.3 Manifying blib/man3/HTML::Lint::HTML4.3 Manifying blib/man3/HTML::Lint.3 Manifying blib/man3/HTML::Lint::Error.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.......................1..2 ok 1 - use HTML::Lint; ok 2 - use Test::HTML::Lint; # Testing HTML::Lint 2.02 ok 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/text-use-entity.t exists ok 5 - t/elem-img-alt-missing.t exists ok 6 - t/elem-unclosed.t exists ok 7 - t/elem-unopened.t exists ok 8 - t/attr-repeated.t exists ok 9 - t/elem-empty-but-closed.t exists ok 10 - t/elem-img-sizes-missing.t exists ok 11 - t/elem-nonrepeatable.t exists ok 12 - t/doc-tag-required.t exists ok 13 - t/elem-unknown.t exists 1..13 ok t/02-versions...................1..3 ok 1 - use HTML::Lint; ok 2 - use Test::HTML::Lint; ok 3 - HTML::Lint and Test::HTML::Lint versions match ok t/10-test-html-lint.............1..4 ok 1 - use Test::HTML::Lint; not ok 2 # TODO This test should NOT succeed # Failed (TODO) test (t/10-test-html-lint.t at line 17) ok 3 ok 4 ok t/11-test-html-lint-overload....1..4 ok 1 - use Test::HTML::Lint; ok 2 - use HTML::Lint; ok 3 - use HTML::Lint::Error; ok 4 - STRUCTUREally naughty code passed ok 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 ok 1 - use HTML::Lint; ok 2 - use HTML::Lint::Error; ok 3 - The object isa HTML::Lint ok 4 - One error with a clean lint ok 5 - No errors if helper & fluff ok 6 - One error if we specify STRUCTURE if we turn it off ok 7 - The object isa HTML::Lint ok 8 - One error if we specify STRUCTURE if we turn it off ok 9 - The object isa HTML::Lint ok 10 - No errors if helper & fluff ok 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...............1..1 ok 1 ok t/40-where......................1..4 ok 1 - use HTML::Lint; ok 2 - The object isa HTML::Lint ok 3 - Got expected error ok 4 - No more errors ok t/50-multiple-files.............1..16 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - The object isa HTML::Lint::Error ok 10 - Error codes match ok 11 - Error matches regex ok 12 - The object isa HTML::Lint::Error ok 13 - Error codes match ok 14 - Error matches regex ok 15 - No unexpected errors found ok 16 - No expected errors missing ok t/attr-repeated.................1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/attr-unknown..................1..10 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/doc-tag-required..............1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-empty-but-closed.........1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-img-alt-missing..........1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-img-sizes-missing........1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-nonrepeatable............1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-unclosed.................1..10 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/elem-unknown..................1..10 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/elem-unopened.................1..7 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/embed-extensions..............1..4 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - No unexpected errors found ok 4 - No expected errors missing ok 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...................1..10 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/text-use-entity...............1..10 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - The object isa HTML::Lint::Error ok 4 - Error codes match ok 5 - Error matches regex ok 6 - The object isa HTML::Lint::Error ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/xhtml-html....................1..4 ok 1 - Created lint object isa HTML::Lint ok 2 - Right \# of errors ok 3 - No unexpected errors found ok 4 - No expected errors missing ok All tests successful, 2 tests skipped. Files=27, Tests=174, 11 wallclock secs ( 9.33 cusr + 1.44 csys = 10.77 CPU) Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/HTML/Lint.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/HTML/Lint/HTML4.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/HTML/Lint/Error.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/Test/HTML/Lint.pm Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/Test::HTML::Lint.3 Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/HTML::Lint::HTML4.3 Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/HTML::Lint.3 Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/man/man3/HTML::Lint::Error.3 Installing /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/weblint Appending installation info to /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64/perllocal.pod