Checking if your kit is complete...
Looks good
Writing Makefile for XPC
cp lib/XPC.pm blib/lib/XPC.pm
cp lib/XPC/Daemon.pm blib/lib/XPC/Daemon.pm
cp lib/XPC/Agent.pm blib/lib/XPC/Agent.pm
cp script/xpcd blib/script/xpcd
/Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/xpcd
cp script/xpcc blib/script/xpcc
/Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/xpcc
Manifying blib/man3/XPC.3
Manifying blib/man3/XPC::Daemon.3
Manifying blib/man3/XPC::Agent.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/01_parse....1..1
t/01_parse.t: Attempting to parse this string:
ok 1
ok
t/02_basic....1..1
&XPC::Daemon::add_procedure(): Added procedure 'localtime'.
t/02_basic.t: Using URL 'http://sphinx:56237/XPC'...
Calling procedure 'localtime'...
t/02_basic.t: Building XPC request...
XPC REQUEST:
t/02_basic.t: Building HTTP request 'POST => http://sphinx:56237/XPC'...
t/02_basic.t: Adding XPC content...
HTTP REQUEST:
POST http://sphinx:56237/XPC
HTTP RESPONSE:
HTTP/1.1 200 OK
Date: Tue, 27 Nov 2007 21:07:14 GMT
Server: libwww-perl-daemon/1.39
Content-Length: 82
Client-Date: Tue, 27 Nov 2007 21:07:14 GMT
Client-Peer: 192.168.69.220:56237
Client-Response-Num: 1
Tue Nov 27 13:07:14 2007
localtime() --> Tue Nov 27 13:07:14 2007
ok 1
ok
All tests successful.
Files=2, Tests=2, 3 wallclock secs ( 0.51 cusr + 0.21 csys = 0.72 CPU)
make: *** [htmlifypods] Hangup