Checking if your kit is complete... Looks good Writing Makefile for WWW::CheckSite cp lib/WWW/wcsfullrpt.tmpl blib/lib/WWW/wcsfullrpt.tmpl cp lib/WWW/wcssummrpt.tmpl blib/lib/WWW/wcssummrpt.tmpl cp lib/WWW/CheckSite/Manual.pod blib/lib/WWW/CheckSite/Manual.pod cp lib/WWW/CheckSite/Validator.pm blib/lib/WWW/CheckSite/Validator.pm cp lib/WWW/CheckSite/Util.pm blib/lib/WWW/CheckSite/Util.pm cp lib/WWW/wcssummrpt.tt blib/lib/WWW/wcssummrpt.tt cp lib/WWW/CheckSite/Spider.pm blib/lib/WWW/CheckSite/Spider.pm cp lib/WWW/wcsfullrpt.tt blib/lib/WWW/wcsfullrpt.tt cp lib/WWW/CheckSite.pm blib/lib/WWW/CheckSite.pm cp checksite blib/script/checksite /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/checksite Manifying blib/man1/checksite.1 Manifying blib/man3/WWW::CheckSite::Spider.3 Manifying blib/man3/WWW::CheckSite::Manual.3 Manifying blib/man3/WWW::CheckSite::Validator.3 Manifying blib/man3/WWW::CheckSite.3 Manifying blib/man3/WWW::CheckSite::Util.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00util..........1..18 ok 1 - use WWW::CheckSite::Util; ok 2 - new_cache() exists ok 3 - The object isa WWW::CheckSite::Util::Cache ok 4 - new_stack() exitst ok 5 - The object isa WWW::CheckSite::Util::Stack ok 6 - new_cache() imported ok 7 - The object isa WWW::CheckSite::Util::Cache ok 8 - set( value => val ) ok 9 - has( key ) ok 10 - unset( key ) ok 11 - hasn't got 'key' ok 12 - new_stack() imported ok 13 - The object isa WWW::CheckSite::Util::Stack ok 14 - Push ok 15 - Peek ok 16 - Pop ok 17 - no more pop ok 18 - no more peek ok t/01spider........1..13 ok 1 - use WWW::CheckSite::Spider; ok 2 - WCS_UNKNOWN ok 3 - WCS_FOLLOWED ok 4 - WCS_SPIDERED ok 5 - WCS_TOSPIDER ok 6 - WCS_NOCONTENT ok 7 - WCS_OUTSCOPE ok 8 - Die on no args ok 9 - Got the right error ok 10 - The object isa WWW::CheckSite::Spider ok 11 - Got array with uri's ok 12 - The object isa WWW::CheckSite::Spider ok 13 - Got array with uri's ok t/02spider........1..19 ok 1 - use HTTPD; ok 2 - use IO::Socket::INET; ok 3 - Using port 50409 for server ok 4 - Created HTTPD ok 5 - The object isa HTTPD ok 6 - Local webever running as 1133 on port 50409 (t/lib/../docroot) ok 7 - use WWW::CheckSite::Spider; ok 8 - The object isa WWW::CheckSite::Spider ok 9 - A page returned ok 10 - Return status ok ok 11 - Got enough pages from spider ok 12 - ok - pages ok 13 - not ok - pages ok 14 - The object isa WWW::CheckSite::Spider ok 15 - A page returned ok 16 - Return status ok ok 17 - Got enough pages from spider ok 18 - ok - pages ok 19 - not ok - pages ok t/10validator.....1..38 ok 1 - use HTTPD; ok 2 - Created HTTPD ok 3 - The object isa HTTPD ok 4 - Local webever running as 1137 on port 54321 (t/lib/../docroot) ok 5 - use WWW::CheckSite::Validator; ok 6 - The object isa WWW::CheckSite::Validator ok 7 - Got the index-page ok 8 - Got all the pages ok 9 - links on page (http://localhost:54321/areabroken.html) 1 ok 10 - links_ok on page (http://localhost:54321/areabroken.html) 0 ok 11 - images on page (http://localhost:54321/areabroken.html) 1 ok 12 - images_ok on page (http://localhost:54321/areabroken.html) 1 ok 13 - status of page (http://localhost:54321/areabroken.html) 200 ok 14 - links on page (http://localhost:54321/linkbroken.html) 2 ok 15 - links_ok on page (http://localhost:54321/linkbroken.html) 1 ok 16 - images on page (http://localhost:54321/linkbroken.html) 0 ok 17 - images_ok on page (http://localhost:54321/linkbroken.html) 0 ok 18 - status of page (http://localhost:54321/linkbroken.html) 200 ok 19 - links on page (http://localhost:54321/imagebroken.html) 1 ok 20 - links_ok on page (http://localhost:54321/imagebroken.html) 1 ok 21 - images on page (http://localhost:54321/imagebroken.html) 2 ok 22 - images_ok on page (http://localhost:54321/imagebroken.html) 1 ok 23 - status of page (http://localhost:54321/imagebroken.html) 200 ok 24 - links on page (http://localhost:54321/index.html) 5 ok 25 - links_ok on page (http://localhost:54321/index.html) 5 ok 26 - images on page (http://localhost:54321/index.html) 1 ok 27 - images_ok on page (http://localhost:54321/index.html) 1 ok 28 - status of page (http://localhost:54321/index.html) 200 ok 29 - links on page (http://localhost:54321/norobots.html) 4 ok 30 - links_ok on page (http://localhost:54321/norobots.html) 4 ok 31 - images on page (http://localhost:54321/norobots.html) 0 ok 32 - images_ok on page (http://localhost:54321/norobots.html) 0 ok 33 - status of page (http://localhost:54321/norobots.html) 200 ok 34 - links on page (http://localhost:54321/doesnotexist.html) 0 ok 35 - links_ok on page (http://localhost:54321/doesnotexist.html) 0 ok 36 - images on page (http://localhost:54321/doesnotexist.html) 0 ok 37 - images_ok on page (http://localhost:54321/doesnotexist.html) 0 ok 38 - status of page (http://localhost:54321/doesnotexist.html) 404 ok t/11validator.....1..21 ok 1 - use HTTPD; ok 2 - Created HTTPD ok 3 - The object isa HTTPD ok 4 - Local webever running as 1141 on port 54321 (t/lib/../docroot) ok 5 - use WWW::CheckSite::Validator; ok 6 - called new() ok 7 - The object isa WWW::CheckSite::Validator ok 8 - init robot rules ok 9 - checked (rr) base uri ok 10 - Found GET request (http://localhost:54321/dot.gif) ok 11 - Skipped GET request (http://localhost:54321/dot.gif) ok 12 - Found HEAD request (http://localhost:54321/areabroken.html) ok 13 - Found GET request (http://localhost:54321/areabroken.html) ok 14 - Found HEAD request (http://localhost:54321/linkbroken.html) ok 15 - Found GET request (http://localhost:54321/linkbroken.html) ok 16 - Found HEAD request (http://localhost:54321/imagebroken.html) ok 17 - Found GET request (http://localhost:54321/imagebroken.html) ok 18 - Skipped HEAD request (http://localhost:54321/index.html) ok 19 - Found GET request (http://localhost:54321/index.html) ok 20 - Found HEAD request (http://localhost:54321/doesnotexist.html) ok 21 - Found GET request (http://localhost:54321/doesnotexist.html) ok t/20checksite.....1..13 ok 1 - use WWW::CheckSite; ok 2 - The object isa WWW::CheckSite ok 3 - found an arryref for uri ok 4 - The object isa WWW::CheckSite ok 5 - found an arryref for uri Loaded '/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/WWW-CheckSite/t/tsorg/tsorg.wcs' ok 6 - loaded info from saved data ok 7 - The object isa WWW::CheckSite ok 8 - uri was set ok 9 - write_report() ok 10 - full report exists ok 11 - summary report exists ok 12 - All links returned ok 13 - All not skipped links returned ok t/pod_coverage....1..0 # Skip Test::Pod::Coverage required. skipped all skipped: Test::Pod::Coverage required. t/pod_ok..........1..6 ok 1 - POD test for checksite ok 2 - POD test for lib/WWW/CheckSite/Spider.pm ok 3 - POD test for lib/WWW/CheckSite/Validator.pm ok 4 - POD test for lib/WWW/CheckSite/Util.pm ok 5 - POD test for lib/WWW/CheckSite/Manual.pod ok 6 - POD test for lib/WWW/CheckSite.pm ok All tests successful, 1 test skipped. Files=8, Tests=128, 3 wallclock secs ( 2.14 cusr + 0.58 csys = 2.72 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/WWW/CheckSite.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/CheckSite.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/wcsfullrpt.tmpl Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/wcsfullrpt.tt Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/wcssummrpt.tmpl Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/wcssummrpt.tt Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/CheckSite/Manual.pod Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/CheckSite/Spider.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/CheckSite/Util.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/WWW/CheckSite/Validator.pm Installing /Users/cpanrun/build/5.8.8/man/man1/checksite.1 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::CheckSite.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::CheckSite::Manual.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::CheckSite::Spider.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::CheckSite::Util.3 Installing /Users/cpanrun/build/5.8.8/man/man3/WWW::CheckSite::Validator.3 Installing /Users/cpanrun/build/5.8.8/bin/checksite Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod