Checking if your kit is complete... Looks good Warning: Guessing NAME [Webservice-Validator-HTML-W3C] from current directory name. Writing Makefile for Webservice-Validator-HTML-W3C cp lib/WebService/Validator/HTML/W3C/Error.pm blib/lib/WebService/Validator/HTML/W3C/Error.pm cp lib/WebService/Validator/HTML/W3C.pm blib/lib/WebService/Validator/HTML/W3C.pm Manifying blib/man3/WebService::Validator::HTML::W3C::Error.3 Manifying blib/man3/WebService::Validator::HTML::W3C.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01load.............1..3 ok 1 - use WebService::Validator::HTML::W3C; ok 2 - Object created ok 3 - The object isa WebService::Validator::HTML::W3C ok t/02validate.........1..7 ok 1 - Object created ok 2 - correct default validator uri ok 3 - validates page ok 4 - page is valid ok 5 - no errors in valid page ok 6 - no information on errors returned ok 7 - uri correct ok t/03invalid..........1..4 ok 1 - object created ok 2 - page validated ok 3 - page is not valid not ok 4 - correct number of errors # Failed test 'correct number of errors' # at t/03invalid.t line 14. # got: '4' # expected: '2' # Looks like you failed 1 test of 4. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/4 tests, 75.00% okay t/04bad_validator....1..12 ok 1 - object created ok 2 - fails with no uri passed ok 3 - you need to supply a uri error ok 4 - fails if no URI scheme ok 5 - you need to supply a scheme error ok 6 - correct validator uri ok 7 - validation fails ok 8 - not a W3C validator error ok 9 - validator address changed ok 10 - correct validator uri ok 11 - validation fails # Failed test 'validator unreachable error' not ok 12 - validator unreachable error # at t/04bad_validator.t line 33. # got: 'Not a W3C Validator or Bad URI' # expected: 'Could not contact validator' # Looks like you failed 1 test of 12. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 12 Failed 1/12 tests, 91.67% okay t/05options..........1..3 ok 1 - object created ok 2 - correct uri set ok 3 - correct http timeout set ok t/06detailed.........1..6 ok 1 - object created ok 2 - page validated ok 3 - The object isa WebService::Validator::HTML::W3C::Error ok 4 - Correct line number ok 5 - Correct column ok 6 - Correct message ok t/07no_xpath.........1..3 ok 1 # skip no Test::Without::Module ok 2 # skip no Test::Without::Module ok 3 # skip no Test::Without::Module ok 3/3 skipped: various reasons t/08no_detailed......1..7 ok 1 - object created ok 2 - page validated ok 3 - set detailed warning ok 4 - The object isa WebService::Validator::HTML::W3C::Error ok 5 - Correct line number ok 6 - Correct column ok 7 - Correct message ok t/09scalar...........1..8 ok 1 - object created ok 2 - fails if no markup ok 3 - you need to supply markup error # Failed test 'validated valid scalar' # at t/09scalar.t line 45. not ok 4 - validated valid scalar # Failed test 'valid scalar is valid' # at t/09scalar.t line 46. not ok 5 - valid scalar is valid # Failed test 'validated invalid scalar' # at t/09scalar.t line 48. not ok 6 - validated invalid scalar ok 7 - invalid scalar is invalid # Failed test 'correct number of errors' not ok 8 - correct number of errors # at t/09scalar.t line 50. # got: undef # expected: '2' # Looks like you failed 4 tests of 8. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 4-6, 8 Failed 4/8 tests, 50.00% okay t/10file.............1..8 ok 1 - object created ok 2 - fails if no file ok 3 - you need to supply a file error ok 4 - validated valid file ok 5 - valid file is valid ok 6 - validated invalid file ok 7 - invalid file is invalid # Failed test 'correct number of errors' # at t/10file.t line 22. not ok 8 - correct number of errors # got: '4' # expected: '2' # Looks like you failed 1 test of 8. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/8 tests, 87.50% okay t/99_pod.............1..2 ok 1 - blib/lib/WebService/Validator/HTML/W3C.pm ok 2 - blib/lib/WebService/Validator/HTML/W3C/Error.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03invalid.t 1 256 4 1 4 t/04bad_validator.t 1 256 12 1 12 t/09scalar.t 4 1024 8 4 4-6 8 t/10file.t 1 256 8 1 8 3 subtests skipped. Failed 4/11 test scripts. 7/63 subtests failed. Files=11, Tests=63, 13 wallclock secs ( 3.17 cusr + 0.75 csys = 3.92 CPU) Failed 4/11 test programs. 7/63 subtests failed. make: *** [test_dynamic] Error 255