Start 2008-08-30T01:22:32 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\ Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Fri, 29 Aug 2008 11:02:52 GMT Running make for O/OA/OALDERS/URI-ParseSearchString-More-0.05.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/O/OA/OALDERS/URI-ParseSearchString-More-0.05.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\O\OA\OALDERS\URI-ParseSearchString-More-0.05.tar.gz ok uri-parsesearchstring-more/ uri-parsesearchstring-more/Changes uri-parsesearchstring-more/lib/ uri-parsesearchstring-more/lib/URI/ uri-parsesearchstring-more/lib/URI/ParseSearchString/ uri-parsesearchstring-more/lib/URI/ParseSearchString/More.pm uri-parsesearchstring-more/LICENSE uri-parsesearchstring-more/Makefile.PL uri-parsesearchstring-more/MANIFEST uri-parsesearchstring-more/README uri-parsesearchstring-more/t/ uri-parsesearchstring-more/t/001_load.t uri-parsesearchstring-more/t/002_pod.t uri-parsesearchstring-more/t/003_coverage.t uri-parsesearchstring-more/t/004_critic.t uri-parsesearchstring-more/t/005_parse_more.t uri-parsesearchstring-more/t/perlcriticrc uri-parsesearchstring-more/t/urls.cfg CPAN.pm: Going to build O/OA/OALDERS/URI-ParseSearchString-More-0.05.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Test::WWW::Mechanize 0 not found. Warning: prerequisite WWW::Mechanize::Cached 0 not found. Writing Makefile for URI::ParseSearchString::More ---- Unsatisfied dependencies detected during ---- ---- OALDERS/URI-ParseSearchString-More-0.05.tar.gz ---- WWW::Mechanize::Cached [requires] Test::WWW::Mechanize [requires] Running make test Delayed until after prerequisites Running test for module 'WWW::Mechanize::Cached' Running make for P/PE/PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\P\PE\PETDANCE\WWW-Mechanize-Cached-1.32.tar.gz ok WWW-Mechanize-Cached-1.32/ WWW-Mechanize-Cached-1.32/t/ WWW-Mechanize-Cached-1.32/t/00.load.t WWW-Mechanize-Cached-1.32/t/basic.t WWW-Mechanize-Cached-1.32/t/pod.t WWW-Mechanize-Cached-1.32/t/custom-cache.t WWW-Mechanize-Cached-1.32/t/bad-custom-cache.t WWW-Mechanize-Cached-1.32/t/pod-coverage.t WWW-Mechanize-Cached-1.32/t/TestCache.pm WWW-Mechanize-Cached-1.32/t/cached.t WWW-Mechanize-Cached-1.32/LICENCE WWW-Mechanize-Cached-1.32/META.yml WWW-Mechanize-Cached-1.32/Artistic WWW-Mechanize-Cached-1.32/README WWW-Mechanize-Cached-1.32/MANIFEST.SKIP WWW-Mechanize-Cached-1.32/Changes WWW-Mechanize-Cached-1.32/MANIFEST WWW-Mechanize-Cached-1.32/COPYING WWW-Mechanize-Cached-1.32/Makefile.PL WWW-Mechanize-Cached-1.32/INSTALL WWW-Mechanize-Cached-1.32/Cached.pm WWW-Mechanize-Cached-1.32/CREDITS WWW-Mechanize-Cached-1.32/AUTHORS CPAN.pm: Going to build P/PE/PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for WWW::Mechanize::Cached >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp Cached.pm blib\lib\WWW\Mechanize\Cached.pm PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00.load............. 1..1 ok 1 - use WWW::Mechanize::Cached; # Testing WWW::Mechanize::Cached 1.32 ok t/bad-custom-cache.... 1..3 ok 1 - use WWW::Mechanize::Cached; ok 2 - Threw the right warning ok 3 - Even with a bad cache, still return a valid object isa WWW::Mechanize::Cached ok t/basic............... 1..2 ok 1 - use WWW::Mechanize::Cached; ok 2 - The object isa WWW::Mechanize::Cached ok t/cached.............. 1..14 ok 1 - use WWW::Mechanize::Cached; ok 2 - The object isa Cache::FileCache ok 3 - The object isa WWW::Mechanize::Cached ok 4 - No request status ok 5 - First request ok 6 - should be NOT cached ok 7 - Second request ok 8 - should NOT be cached ok 9 - Third request should be cached ok 10 - Second and third match ok 11 - The object isa Cache::FileCache ok 12 - The object isa WWW::Mechanize::Cached ok 13 - Fourth request matches... ok 14 - ... because it's from the same cache ok t/custom-cache........ 1..4 ok 1 - use WWW::Mechanize::Cached; ok 2 - The object isa TestCache ok 3 - The object isa WWW::Mechanize::Cached ok 4 - Went thru my dummy cache ok t/pod-coverage........ 1..1 ok 1 - Pod coverage on WWW::Mechanize::Cached ok t/pod................. 1..1 ok 1 - blib\lib\WWW\Mechanize\Cached.pm ok All tests successful. Files=7, Tests=26, 13 wallclock secs ( 0.03 usr + 0.16 sys = 0.19 CPU) Result: PASS PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PETDANCE/CHECKSUMS Picked up abstract from Makefile Andy Lester <andy@petdance.com> Cache response to be polite >>> (cd C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV && tar cvf - WWW-Mechanize-Cached-1.32.ppd blib) | gzip -c >C:/cpanfly/var/REPO/P/PE/PETDANCE/WWW-Mechanize-Cached-1.32.tar.gz WWW-Mechanize-Cached-1.32.ppd blib/ blib/lib/ blib/lib/WWW/ blib/lib/WWW/Mechanize/ blib/lib/WWW/Mechanize/Cached.pm >>> mv C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/WWW-Mechanize-Cached-1.32.ppd C:/cpanfly/var/REPO/P/PE/PETDANCE Running test for module 'Test::WWW::Mechanize' Running make for P/PE/PETDANCE/Test-WWW-Mechanize-1.20.tar.gz Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'get' Checksum for C:\cpanfly\var\cpan\sources\authors\id\P\PE\PETDANCE\Test-WWW-Mechanize-1.20.tar.gz ok Test-WWW-Mechanize-1.20/ Test-WWW-Mechanize-1.20/Changes Test-WWW-Mechanize-1.20/Makefile.PL Test-WWW-Mechanize-1.20/MANIFEST Test-WWW-Mechanize-1.20/Mechanize.pm Test-WWW-Mechanize-1.20/META.yml Test-WWW-Mechanize-1.20/README Test-WWW-Mechanize-1.20/t/ Test-WWW-Mechanize-1.20/t/00load.t Test-WWW-Mechanize-1.20/t/content_contains.t Test-WWW-Mechanize-1.20/t/content_lacks.t Test-WWW-Mechanize-1.20/t/follow_link_ok.t Test-WWW-Mechanize-1.20/t/followable_links.t Test-WWW-Mechanize-1.20/t/get_ok-parms.t Test-WWW-Mechanize-1.20/t/get_ok.t Test-WWW-Mechanize-1.20/t/has_tag.t Test-WWW-Mechanize-1.20/t/html/ Test-WWW-Mechanize-1.20/t/html/bad.html Test-WWW-Mechanize-1.20/t/html/badlinks.html Test-WWW-Mechanize-1.20/t/html/form.html Test-WWW-Mechanize-1.20/t/html/goodlinks.html Test-WWW-Mechanize-1.20/t/html/manylinks.html Test-WWW-Mechanize-1.20/t/html_lint_ok.t Test-WWW-Mechanize-1.20/t/link_content.t Test-WWW-Mechanize-1.20/t/link_status.t Test-WWW-Mechanize-1.20/t/links_ok.t Test-WWW-Mechanize-1.20/t/new.t Test-WWW-Mechanize-1.20/t/page_links_content.t Test-WWW-Mechanize-1.20/t/page_links_ok.t Test-WWW-Mechanize-1.20/t/pod-coverage.t Test-WWW-Mechanize-1.20/t/pod.t Test-WWW-Mechanize-1.20/t/._stuff_inputs.html Test-WWW-Mechanize-1.20/t/stuff_inputs.html Test-WWW-Mechanize-1.20/t/._stuff_inputs.t Test-WWW-Mechanize-1.20/t/stuff_inputs.t Test-WWW-Mechanize-1.20/t/submit_form_ok.t Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build P/PE/PETDANCE/Test-WWW-Mechanize-1.20.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Warning: prerequisite HTTP::Server::Simple 0.07 not found. Checking if your kit is complete... Looks good Writing Makefile for Test::WWW::Mechanize ---- Unsatisfied dependencies detected during ---- ---- PETDANCE/Test-WWW-Mechanize-1.20.tar.gz ---- HTTP::Server::Simple [requires] Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'HTTP::Server::Simple' Running make for J/JE/JESSE/HTTP-Server-Simple-0.34.tar.gz Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'get' Checksum for C:\cpanfly\var\cpan\sources\authors\id\J\JE\JESSE\HTTP-Server-Simple-0.34.tar.gz ok HTTP-Server-Simple-0.34/ HTTP-Server-Simple-0.34/Changes HTTP-Server-Simple-0.34/ex/ HTTP-Server-Simple-0.34/ex/sample_server HTTP-Server-Simple-0.34/inc/ HTTP-Server-Simple-0.34/inc/Module/ HTTP-Server-Simple-0.34/inc/Module/Install/ HTTP-Server-Simple-0.34/inc/Module/Install/Base.pm HTTP-Server-Simple-0.34/inc/Module/Install/Can.pm HTTP-Server-Simple-0.34/inc/Module/Install/Fetch.pm HTTP-Server-Simple-0.34/inc/Module/Install/Makefile.pm HTTP-Server-Simple-0.34/inc/Module/Install/Metadata.pm HTTP-Server-Simple-0.34/inc/Module/Install/Win32.pm HTTP-Server-Simple-0.34/inc/Module/Install/WriteAll.pm HTTP-Server-Simple-0.34/inc/Module/Install.pm HTTP-Server-Simple-0.34/lib/ HTTP-Server-Simple-0.34/lib/HTTP/ HTTP-Server-Simple-0.34/lib/HTTP/Server/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI/Environment.pm HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI.pm HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple.pm HTTP-Server-Simple-0.34/Makefile.PL HTTP-Server-Simple-0.34/MANIFEST HTTP-Server-Simple-0.34/META.yml HTTP-Server-Simple-0.34/README HTTP-Server-Simple-0.34/SIGNATURE HTTP-Server-Simple-0.34/t/ HTTP-Server-Simple-0.34/t/00smoke.t HTTP-Server-Simple-0.34/t/01live.t HTTP-Server-Simple-0.34/t/02pod.t HTTP-Server-Simple-0.34/t/03podcoverage.t HTTP-Server-Simple-0.34/t/04cgi.t Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build J/JE/JESSE/HTTP-Server-Simple-0.34.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for HTTP::Server::Simple >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/HTTP/Server/Simple/CGI/Environment.pm blib\lib\HTTP\Server\Simple\CGI\Environment.pm cp lib/HTTP/Server/Simple.pm blib\lib\HTTP\Server\Simple.pm cp lib/HTTP/Server/Simple/CGI.pm blib\lib\HTTP\Server\Simple\CGI.pm JESSE/HTTP-Server-Simple-0.34.tar.gz nmake -- OK Prepending C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/arch C:\cpanfly\var\cpan\build\WWW-Mechanize-Cached-1.32-GpDGQV/blib/lib to PERL5LIB for 'test' Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/00smoke.......... 1..8 ok 1 - use HTTP::Server::Simple; ok 2 - can new() ok 3 - The object isa HTTP::Server::Simple ok 4 - Defaults to 8080 ok 5 - Can change port ok 6 - Change persists ok 7 - can print_banner() ok 8 - can run() ok t/01live........... 1..14 ok 1 - Constructor set port correctly HTTP::Server::Simple: You can connect to your server at http://localhost:9304/ ok 2 - pid is numeric ok 3 - Returns a page ok 4 - Signaled 1 process successfully ok 5 - Constructor set port correctly # TODO We don't currently wait for 'server is running' responses from the client ok 6 - pid is numeric # TODO We don't currently wait for 'server is running' responses from the client HTTP::Server::Simple: You can connect to your server at http://localhost:9304/