Checking if your kit is complete... Looks good Writing Makefile for POE::Component::Proxy::TCP cp lib/POE/Component/Proxy/TCP.pm blib/lib/POE/Component/Proxy/TCP.pm cp lib/POE/Component/Proxy/TCP/PoeDebug.pm blib/lib/POE/Component/Proxy/TCP/PoeDebug.pm Manifying blib/man3/POE::Component::Proxy::TCP.3 Manifying blib/man3/POE::Component::Proxy::TCP::PoeDebug.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/POE-Component-Proxy-TCP....ok t/testproxy..................Use of uninitialized value in numeric eq (==) at /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/POE/Component/Server/TCP.pm line 340 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Pseudo-hashes are deprecated at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/POE-Component-Proxy-TCP/blib/lib/POE/Component/Proxy/TCP.pm line 186 (#2) (D deprecated) Pseudo-hashes were deprecated in Perl 5.8.0 and they will be removed in Perl 5.10.0, see perl58delta for more details. You can continue to use the fields pragma. Argument "ProxyServerSessionAl" isn't numeric in hash element at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/POE-Component-Proxy-TCP/blib/lib/POE/Component/Proxy/TCP.pm line 186 (#3) (W numeric) The indicated string was fed as an argument to an operator that expected a numeric value instead. If you're fortunate the message will identify which operator was so unfortunate. Bad index while coercing array into hash at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/POE-Component-Proxy-TCP/blib/lib/POE/Component/Proxy/TCP.pm line 186. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/testproxy.t 255 65280 ?? ?? % ?? Failed 1/2 test scripts, 50.00% okay. 0/1 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 255