Checking if your kit is complete... Looks good Writing Makefile for POE::API::Hooks cp lib/POE/API/Hooks.pm blib/lib/POE/API/Hooks.pm Manifying blib/man3/POE::API::Hooks.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::API::Hooks; ok t/01-spurious_warnings....1..1 ok 1 - Module load + POE - exceptions and warning check ok t/02-add..................1..7 ok 1 - add() exception check ok 2 - before_session_create firing check ok 3 - after_session_create firing check ok 4 - before_event_dispatch firing check ok 5 - after_event_dispatch firing check # Failed test 'before_event_enqueue firing check' not ok 6 - before_event_enqueue firing check # at t/02-add.t line 61. # got: '3' # expected: '1' # Failed test 'after_event_enqueue firing check' # at t/02-add.t line 62. not ok 7 - after_event_enqueue firing check # got: '3' # expected: '1' # Looks like you failed 2 tests of 7. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/7 tests, 71.43% okay t/03-no_add...............1..2 ok 1 - normal execution with no hooks - exception check ok 2 - normal execution with no hooks - event firing test ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-add.t 2 512 7 2 6-7 Failed 1/4 test scripts. 2/11 subtests failed. Files=4, Tests=11, 1 wallclock secs ( 0.87 cusr + 0.26 csys = 1.13 CPU) Failed 1/4 test programs. 2/11 subtests failed. make: *** [test_dynamic] Error 255