Start 2008-09-19T12:40:58 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, 19 Sep 2008 10:02:49 GMT Running make for L/LB/LBROCARD/CPAN-Mini-Webserver-0.43.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/L/LB/LBROCARD/CPAN-Mini-Webserver-0.43.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\L\LB\LBROCARD\CPAN-Mini-Webserver-0.43.tar.gz ok CPAN-Mini-Webserver-0.43/ CPAN-Mini-Webserver-0.43/bin/ CPAN-Mini-Webserver-0.43/bin/minicpan_webserver CPAN-Mini-Webserver-0.43/CHANGES CPAN-Mini-Webserver-0.43/META.yml CPAN-Mini-Webserver-0.43/t/ CPAN-Mini-Webserver-0.43/t/pod.t CPAN-Mini-Webserver-0.43/t/WebserverTester.pm CPAN-Mini-Webserver-0.43/t/simple.t CPAN-Mini-Webserver-0.43/Makefile.PL CPAN-Mini-Webserver-0.43/README CPAN-Mini-Webserver-0.43/lib/ CPAN-Mini-Webserver-0.43/lib/CPAN/ CPAN-Mini-Webserver-0.43/lib/CPAN/Mini/ CPAN-Mini-Webserver-0.43/lib/CPAN/Mini/Webserver/ CPAN-Mini-Webserver-0.43/lib/CPAN/Mini/Webserver/Index.pm CPAN-Mini-Webserver-0.43/lib/CPAN/Mini/Webserver/Templates.pm CPAN-Mini-Webserver-0.43/lib/CPAN/Mini/Webserver.pm CPAN-Mini-Webserver-0.43/MANIFEST CPAN.pm: Going to build L/LB/LBROCARD/CPAN-Mini-Webserver-0.43.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite HTTP::Server::Simple 0.34 not found. Warning: prerequisite Parse::CPAN::Whois 0.02 not found. Writing Makefile for CPAN::Mini::Webserver ---- Unsatisfied dependencies detected during ---- ---- LBROCARD/CPAN-Mini-Webserver-0.43.tar.gz ---- HTTP::Server::Simple [requires] Parse::CPAN::Whois [requires] 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 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 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 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:10768/ 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:10768/