Checking if your kit is complete... Looks good Writing Makefile for POE::Component::Server::HTTPServer cp lib/POE/Component/Server/HTTPServer/ParameterParseHandler.pm blib/lib/POE/Component/Server/HTTPServer/ParameterParseHandler.pm cp lib/POE/Component/Server/HTTPServer/NotFoundHandler.pm blib/lib/POE/Component/Server/HTTPServer/NotFoundHandler.pm cp lib/POE/Component/Server/HTTPServer/BasicAuthenHandler.pm blib/lib/POE/Component/Server/HTTPServer/BasicAuthenHandler.pm cp lib/POE/Component/Server/HTTPServer/StaticHandler.pm blib/lib/POE/Component/Server/HTTPServer/StaticHandler.pm cp lib/POE/Component/Server/HTTPServer/Examples.pod blib/lib/POE/Component/Server/HTTPServer/Examples.pod cp lib/POE/Component/Server/HTTPServer.pm blib/lib/POE/Component/Server/HTTPServer.pm cp lib/POE/Component/Server/HTTPServer/TemplateHandler.pm blib/lib/POE/Component/Server/HTTPServer/TemplateHandler.pm cp lib/POE/Component/Server/HTTPServer/Handler.pm blib/lib/POE/Component/Server/HTTPServer/Handler.pm Manifying blib/man3/POE::Component::Server::HTTPServer::ParameterParseHandler.3 Manifying blib/man3/POE::Component::Server::HTTPServer::StaticHandler.3 Manifying blib/man3/POE::Component::Server::HTTPServer::BasicAuthenHandler.3 Manifying blib/man3/POE::Component::Server::HTTPServer::NotFoundHandler.3 Manifying blib/man3/POE::Component::Server::HTTPServer::Examples.3 Manifying blib/man3/POE::Component::Server::HTTPServer::TemplateHandler.3 Manifying blib/man3/POE::Component::Server::HTTPServer.3 Manifying blib/man3/POE::Component::Server::HTTPServer::Handler.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic_auth_handler....ok 1 - use POE::Component::Server::HTTPServer; ok 2 - use POE::Component::Server::HTTPServer::Handler; ok 3 - use POE::Component::Server::HTTPServer::BasicAuthenHandler; ok 4 - constructor returns defined ok 5 - The object isa POE::Component::Server::HTTPServer::Handler ok 6 - POE::Component::Server::HTTPServer::BasicAuthenHandler->can('handle') ok 7 - The object isa POE::Component::Server::HTTPServer::BasicAuthenHandler ok 8 - Handler finalized response ok 9 - Response has correct 403 code ok 10 - Response has proper header for auth ok 11 - Handler did not finalize response ok 12 - Handler decoded username ok 13 - Handler decoded password 1..13 ok t/dispatch..............ok 1 - use POE::Component::Server::HTTPServer; ok 2 - use POE::Component::Server::HTTPServer::Handler; ok 3 - Basic backstop 404 (1) ok 4 - Basic backstop 404 (2) ok 5 - Fall through (foo) ok 6 - Foo handled ok 7 - Fall through (bar) ok 8 - Bar handled ok 9 - Fall through (foobar) ok 10 - Foo/bar handled 1..10 ok t/not_found_handler.....1..9 ok 1 - use POE::Component::Server::HTTPServer; ok 2 - use POE::Component::Server::HTTPServer::Handler; ok 3 - use POE::Component::Server::HTTPServer::NotFoundHandler; ok 4 - constructor returns defined ok 5 - The object isa POE::Component::Server::HTTPServer::Handler ok 6 - POE::Component::Server::HTTPServer::NotFoundHandler->can('handle') ok 7 - NFH is a singleton ok 8 - Handler finalized response ok 9 - Response has correct code ok t/parameter_handler.....ok 1 - use POE::Component::Server::HTTPServer; ok 2 - use POE::Component::Server::HTTPServer::Handler; ok 3 - use POE::Component::Server::HTTPServer::ParameterParseHandler; ok 4 - Constructor returns something ok 5 - The object isa POE::Component::Server::HTTPServer::Handler ok 6 - POE::Component::Server::HTTPServer::ParameterParseHandler->can('handle') ok 7 - The object isa POE::Component::Server::HTTPServer::ParameterParseHandler ok 8 - Handler did not finalize (1) ok 9 - Resp code unchanged (1) ok 10 - Handler did not finalize (2) ok 11 - Resp code unchanged (2) ok 12 - Param set (2.a) ok 13 - Param set (2.b) ok 14 - Handler did not finalize (3) ok 15 - Resp code unchanged (3) ok 16 - Param set (3.a) ok 17 - Param set (3.b) ok 18 - Handler did not finalize (4) ok 19 - Resp code unchanged (4) ok 20 - Param set (4.a) ok 21 - Param set (4.b) 1..21 ok t/static_handler........ok 1 - use POE::Component::Server::HTTPServer; ok 2 - use POE::Component::Server::HTTPServer::Handler; ok 3 - use POE::Component::Server::HTTPServer::StaticHandler; ok 4 - constructor returns defined ok 5 - The object isa POE::Component::Server::HTTPServer::Handler ok 6 - POE::Component::Server::HTTPServer::StaticHandler->can('handle') ok 7 - Handler couldn't finalize response (1) ok 8 - Response has correct code ok 9 - Handler finalized response (2) ok 10 - Response has correct code ok 11 - Response has content 1..11 ok All tests successful. Files=5, Tests=64, 3 wallclock secs ( 1.68 cusr + 0.46 csys = 2.14 CPU) make: *** [htmlifypods] Hangup