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 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/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 ok 1 - use Proc::Fork ok 3 - parent code runs FAILED test 2 Failed 1/3 tests, 66.67% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage 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: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01.real.t 3 1 33.33% 2 2 tests skipped. Failed 1/4 test scripts, 75.00% okay. 2/20 subtests failed, 90.00% okay. make: *** [test_dynamic] Error 29