Checking if your kit is complete... Looks good Writing Makefile for Proc::Fork cp lib/Proc/Fork.pm blib/lib/Proc/Fork.pm Manifying blib/man3/Proc::Fork.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00.mock.........1..14 ok 1 - use Proc::Fork; ok 2 - parent code executes ok 3 - child code executes ok 4 - error code executes ok 5 - retry code executes ok 6 - pid is passed to parent block ok 7 - syntax error catcher fired ok 8 - retry attempt 1 signalled ok 9 - retry attempt 2 signalled ok 10 - retry attempt 3 signalled ok 11 - retry attempt 4 signalled ok 12 - retry attempt 5 signalled ok 13 - abort after 5th attempt ok 14 - I can have a coke now ok t/01.real.........1..3 ok 1 - use Proc::Fork ok 2 - child code runs 1..3 Test header seen more than once! ok 1 - use Proc::Fork ok 3 - parent code runs Test output counter mismatch [test 4] FAILED tests 4-6 Failed 3/6 tests, 50.00% okay t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD Failed 1/4 test scripts, 75.00% okay. 2/20 subtests failed, 90.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01.real.t 6 3 50.00% 4-6 2 tests skipped. make: *** [test_dynamic] Error 11