Checking if your kit is complete... Looks good Writing Makefile for Unix::Process cp Process.pm blib/lib/Unix/Process.pm AutoSplitting blib/lib/Unix/Process.pm (blib/lib/auto/Unix/Process) Manifying blib/man3/Unix::Process.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/main.........1..3 # Running under perl version 5.008002 for hpux # Current time local: Mon Jul 2 23:54:25 2007 # Current time GMT: Tue Jul 3 06:54:25 2007 # Using Test.pm version 1.24 ok 1 Argument "usage: /bin/ps [-edaxzflP] [-u ulist] [-g glist] [-p pli..." isn't numeric in numeric gt (>) at t/main.t line 10. # Failed test 2 in t/main.t at line 10 # t/main.t line 10 is: my $vsz = Unix::Process->vsz($$); ok $vsz > 0; not ok 2 Argument "usage: /bin/ps [-edaxzflP] [-u ulist] [-g glist] [-p pli..." isn't numeric in numeric eq (==) at t/main.t line 11. # Failed test 3 in t/main.t at line 11 # t/main.t line 11 is: my $pid = Unix::Process->pid; ok $pid == $$; not ok 3 FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/signature....# Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. 1..1 ok 1 # skip - Module::Signature not installed ok 1/1 skipped: - Module::Signature not installed Failed 1/2 test scripts, 50.00% okay. 2/4 subtests failed, 50.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/main.t 3 2 66.67% 2-3 1 subtest skipped. make: *** [test_dynamic] Error 25