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 /home/cpanrun/parisc2.0-lp64/build/5.8.2/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 not ok 6 - before_event_enqueue firing check # Failed test (t/02-add.t at line 61) # got: '3' # expected: '1' # Failed test (t/02-add.t at 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 1/4 test scripts, 75.00% okay. 2/11 subtests failed, 81.82% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/02-add.t 2 512 7 2 28.57% 6-7 make: *** [test_dynamic] Error 25