Checking if your kit is complete... Looks good Writing Makefile for Net::HTTPServer make: *** Warning: File `Makefile' has modification time in the future (2007-11-29 07:56:42 > 2007-11-29 07:56:41) cp lib/Net/HTTPServer/Request.pm blib/lib/Net/HTTPServer/Request.pm cp lib/Net/HTTPServer/mime.types blib/lib/Net/HTTPServer/mime.types cp lib/Net/HTTPServer/CaptureSTDOUT.pm blib/lib/Net/HTTPServer/CaptureSTDOUT.pm cp lib/Net/HTTPServer/Response.pm blib/lib/Net/HTTPServer/Response.pm cp lib/Net/HTTPServer.pm blib/lib/Net/HTTPServer.pm cp lib/Net/HTTPServer/Session.pm blib/lib/Net/HTTPServer/Session.pm Manifying blib/man3/Net::HTTPServer::Request.3 Manifying blib/man3/Net::HTTPServer::Response.3 Manifying blib/man3/Net::HTTPServer::Session.3 Manifying blib/man3/Net::HTTPServer.3 make: warning: Clock skew detected. Your build may be incomplete. PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/1_load......1..1 ok 1 - use Net::HTTPServer; ok t/2_new.......1..3 ok 1 - use Net::HTTPServer; ok 2 - new() ok 3 - The object isa Net::HTTPServer ok t/request.....1..78 ok 1 - use Net::HTTPServer; ok 2 - use Net::HTTPServer::Session; ok 3 - use Net::HTTPServer::Request; ok 4 - new() ok 5 - The object isa Net::HTTPServer ok 6 - new() ok 7 - The object isa Net::HTTPServer::Request ok 8 - No cookies ok 9 - No environment ok 10 - No headers ok 11 - No method ok 12 - No path ok 13 - No request ok 14 - No URL ok 15 - new() ok 16 - The object isa Net::HTTPServer::Request ok 17 - No cookies ok 18 - No environment ok 19 - Some headers ok 20 - method == GET ok 21 - path == / ok 22 - Requests match ok 23 - URL == / ok 24 - Header(test) = undef ok 25 - Header(Host) = localhost:8001 ok 26 - Header(host) = localhost:8001 ok 27 - Header(HOST) = localhost:8001 ok 28 - new() ok 29 - The object isa Net::HTTPServer::Request ok 30 - No cookies ok 31 - No environment ok 32 - Some headers ok 33 - method == GET ok 34 - path == /perl-logo.jpg ok 35 - Requests match ok 36 - URL == /perl-logo.jpg ok 37 - new() ok 38 - The object isa Net::HTTPServer::Request ok 39 - One cookie ok 40 - No environment ok 41 - Some headers ok 42 - method == GET ok 43 - path == /session ok 44 - Requests match ok 45 - URL == /session ok 46 - cookie(test) == undef ok 47 - cookie(NETHTTPSERVERSESSION) == ea209023f1f3908dd9a39c256be04e55 ok 48 - Session() ok 49 - The object isa Net::HTTPServer::Session ok 50 - test does not exist ok 51 - foo exists ok 52 - bar exists ok 53 - foo = bar ok 54 - bar = [1,2,b] ok 55 - new() ok 56 - The object isa Net::HTTPServer::Request ok 57 - One cookie ok 58 - Two vars ok 59 - Some headers ok 60 - method == POST ok 61 - path == /foo/bar.pl ok 62 - Requests match ok 63 - URL == /foo/bar.pl ok 64 - env(test) == undef ok 65 - env(file1) == /home/reatmon/devel/diff_test/test ok 66 - env(file2) == /home/reatmon/devel/diff_test/test2 ok 67 - new() ok 68 - The object isa Net::HTTPServer::Request ok 69 - One cookie ok 70 - Two vars ok 71 - Some headers ok 72 - method == GET ok 73 - path == /env.pl ok 74 - Requests match ok 75 - URL == /env.pl?test1=foo&test2=bar ok 76 - env(test) == undef ok 77 - env(test1) == foo ok 78 - env(test2) == bar ok t/response....1..26 ok 1 - use Net::HTTPServer::Response; ok 2 - new() ok 3 - The object isa Net::HTTPServer::Response ok 4 - _build: Blank ok 5 - Header Test exists ok 6 - Header Test == test ok 7 - _build: Header ok 8 - _build: Cookie ok 9 - _build: Full cookie ok 10 - Code == 200 ok 11 - Code != 200 ok 12 - Code == 400 ok 13 - _build: New code ok 14 - Body == ok 15 - Body == Test body ok 16 - _build: Body ok 17 - Body == Test body ok 18 - Body == ok 19 - _build: Clear ok 20 - Body == ok 21 - Body == Test ok 22 - Body == Test body ok 23 - _build: Print ok 24 - new() ok 25 - The object isa Net::HTTPServer::Response ok 26 - _build: Redirect ok t/session.....1..33 ok 1 - use Net::HTTPServer; ok 2 - use Net::HTTPServer::Session; ok 3 - new() ok 4 - The object isa Net::HTTPServer ok 5 - new() ok 6 - The object isa Net::HTTPServer::Session ok 7 - !Exists(test1) ok 8 - Exists(test1) ok 9 - Get(test1)==test1 ok 10 - Get(test1)!=test2 ok 11 - !Exists(test2) ok 12 - Exists(test2) ok 13 - Get(test2)==[a,b,c] ok 14 - Get(test2)!=test1 ok 15 - !Exists(test3) ok 16 - Exists(test3) ok 17 - Get(test3)==test3 ok 18 - !Exists(test3) ok 19 - Session file exists ok 20 - new() ok 21 - The object isa Net::HTTPServer::Session ok 22 - Exists(test1) ok 23 - Get(test1)==test1 ok 24 - Get(test1)!=test2 ok 25 - Exists(test2) ok 26 - Get(test2)==[a,b,c] ok 27 - Get(test2)!=test1 ok 28 - !Exists(test3) ok 29 - Session file exists ok 30 - Session file doesn't exist ok 31 - Is valid? ok 32 - Is not valid? ok 33 - Session file doesn't exist ok All tests successful. Files=5, Tests=141, 1 wallclock secs ( 1.10 cusr + 0.31 csys = 1.41 CPU) Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/HTTPServer.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/HTTPServer/Response.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/HTTPServer/Session.html Installing /home/cpanrun/build/5.10.0/html/site/lib/Net/HTTPServer/Request.html Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer/Response.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer/mime.types Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer/CaptureSTDOUT.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer/Session.pm Installing /home/cpanrun/build/5.10.0/site/lib/Net/HTTPServer/Request.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::HTTPServer::Session.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::HTTPServer::Response.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::HTTPServer.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/Net::HTTPServer::Request.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod