Some of the tests for this module require usage of the network. They will cause a program to listen on 127.0.0.1 port 31337 so the functionality of the user interface can be tested. Would you like to run these network tests? (Any text other than Y or y will be be taken as a no) [n] n Checking if your kit is complete... Looks good Writing Makefile for POE::Component::ControlPort cp lib/POE/Component/ControlPort/Command.pm blib/lib/POE/Component/ControlPort/Command.pm cp lib/POE/Component/ControlPort.pm blib/lib/POE/Component/ControlPort.pm cp lib/POE/Component/ControlPort/DefaultCommands.pm blib/lib/POE/Component/ControlPort/DefaultCommands.pm Manifying blib/man3/POE::Component::ControlPort::Command.3 Manifying blib/man3/POE::Component::ControlPort::DefaultCommands.3 Manifying blib/man3/POE::Component::ControlPort.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/00-compile............1..1 ok 1 - use POE::Component::ControlPort; ok t/01-command............1..27 ok 1 - use POE::Component::ControlPort; ok 2 - use POE::Component::ControlPort::Command; ok 3 - ->can('register') ok 4 - register() with silly argument ok 5 - register() with several silly arguments ok 6 - register() missing "command" argument ok 7 - exception check: register() with valid args ok 8 - topic creation ok 9 - command creation ok 10 - command data validation ok 11 - 'run' existence check ok 12 - run() with silly argument ok 13 - run() with several silly arguments ok 14 - run() missing "command" argument ok 15 - run() exception check ok 16 - run() with bogus command name ok 17 - run() exception check ok 18 - run() return value check ok 19 - exception check: register() with valid args ok 20 - run() exception check ok 21 - run() error detection ok 22 - exception check: register() with valid args ok 23 - run() exception check ok 24 - run() arguments passing ok 25 - exception check: register() with valid args ok 26 - run() exception check ok 27 - run() oob data passing ok t/02-defaultcommands....1..27 ok 1 - use POE::Component::ControlPort; ok 2 - use POE::Component::ControlPort::Command; ok 3 - use POE::Component::ControlPort::DefaultCommands; ok 4 - 'status' existence check ok 5 - status() exception check. ok 6 - status() text check ok 7 - 'help' existence check ok 8 - help() exception check. ok 9 - help() unknown command return ok 10 - help() exception check. ok 11 - help() unknown command return ok 12 - help() exception check ok 13 - help() topic string check ok 14 - help() topic string check ok 15 - help() topic string check ok 16 - register() exception check ok 17 - help() exception check ok 18 - help() command string check ok 19 - help() usage string check ok 20 # skip Need PoCo::DebugShell and POE::API::Peek ok 21 # skip Need PoCo::DebugShell and POE::API::Peek ok 22 # skip Need PoCo::DebugShell and POE::API::Peek ok 23 # skip Need PoCo::DebugShell and POE::API::Peek ok 24 # skip Need PoCo::DebugShell and POE::API::Peek ok 25 # skip Need PoCo::DebugShell and POE::API::Peek ok 26 # skip Need PoCo::DebugShell and POE::API::Peek ok 27 # skip Need PoCo::DebugShell and POE::API::Peek ok 8/27 skipped: various reasons t/03-create.............1..18 ok 1 - use POE::Component::ControlPort; ok 2 - 'create' existence check ok 3 - create() with no parameters exception check ok 4 - create() with no parameters exception content check ok 5 - POE::Session create heap check ok 6 - heap "address" check ok 7 - heap "port" check ok 8 - heap "hostname" check ok 9 - heap "appname" check ok 10 - POE::Session create call ok 11 - create() exception check ok 12 - "general" topic existence check ok 13 - 'status' command existence check ok 14 - 'status' contents check ok 15 - 'status' inclusion in 'general' topic check ok 16 - 'help' command existence check ok 17 - 'help' contents check ok 18 - 'help' inclusion in 'general' topic check ok t/04-use................1..5 ok 1 # skip Need local network (and permission) to run these tests ok 2 # skip Need local network (and permission) to run these tests ok 3 # skip Need local network (and permission) to run these tests ok 4 # skip Need local network (and permission) to run these tests ok 5 # skip Need local network (and permission) to run these tests ok 5/5 skipped: various reasons All tests successful, 13 subtests skipped. Files=5, Tests=78, 3 wallclock secs ( 1.40 cusr + 0.37 csys = 1.77 CPU) make: *** [htmlifypods] Hangup