Do you want SSL support ( requires POE::Component::SSLify ) [Y/n]? [N] N Do you want PreFork support ( requires IPC::Shareable ) [Y/n]? [N] N Warning: prerequisite POE 0.38 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Writing Makefile for POE::Component::Server::SimpleHTTP cp lib/POE/Component/Server/SimpleHTTP/Response.pm blib/lib/POE/Component/Server/SimpleHTTP/Response.pm cp lib/POE/Component/Server/SimpleHTTP.pm blib/lib/POE/Component/Server/SimpleHTTP.pm cp lib/POE/Component/Server/SimpleHTTP/Connection.pm blib/lib/POE/Component/Server/SimpleHTTP/Connection.pm cp lib/POE/Component/Server/SimpleHTTP/PreFork.pm blib/lib/POE/Component/Server/SimpleHTTP/PreFork.pm Manifying blib/man3/POE::Component::Server::SimpleHTTP::Response.3 Manifying blib/man3/POE::Component::Server::SimpleHTTP.3 Manifying blib/man3/POE::Component::Server::SimpleHTTP::Connection.3 Manifying blib/man3/POE::Component::Server::SimpleHTTP::PreFork.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_load...........1..3 ok 1 - use POE::Component::Server::SimpleHTTP::Connection; ok 2 - use POE::Component::Server::SimpleHTTP::Response; ok 3 - use POE::Component::Server::SimpleHTTP; ok t/02_pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/03_pod_coverage...1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/04_test_kwalitee..1..0 # Skip Test::Kwalitee not installed; skipping skipped: Test::Kwalitee not installed; skipping t/05_run............Bareword "POE::Kernel::KR_RUN" not allowed while "strict subs" in use at t/05_run.t line 31. Execution of t/05_run.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) t/06_stream.........Scalar value @_[HEAP] better written as $_[HEAP] at t/06_stream.t line 172. Bareword "POE::Kernel::KR_RUN" not allowed while "strict subs" in use at t/06_stream.t line 30. Execution of t/06_stream.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) t/07_bad_request....# 22895: Sleep 2... # continue not ok 1 - Good, got back response with correct error code from bad request. # Failed test (t/07_bad_request.t at line 33) # got: '500' # expected: '200' # # Looks like you failed 1 test of 1. Can't call method "connection" on an undefined value at blib/lib/POE/Component/Server/SimpleHTTP.pm line 296. 1..1 dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08_post...........Bareword "POE::Kernel::KR_RUN" not allowed while "strict subs" in use at t/08_post.t line 32. Execution of t/08_post.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) t/09_prefork_maxrequestperchild.1..0 # Skip IPC::Shareable is required for this test skipped: IPC::Shareable is required for this test t/10_prefork_stream.1..0 # Skip IPC::Shareable is required for this test skipped: IPC::Shareable is required for this test Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/05_run.t 255 65280 ?? ?? % ?? t/06_stream.t 255 65280 ?? ?? % ?? t/07_bad_request.t 1 256 1 1 100.00% 1 t/08_post.t 255 65280 ?? ?? % ?? 5 tests skipped. Failed 4/10 test scripts, 60.00% okay. 1/4 subtests failed, 75.00% okay. make: *** [test_dynamic] Error 29