Checking if your kit is complete... Looks good Writing Makefile for Unix::Process Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Process.pm blib\lib\Unix\Process.pm AutoSplitting blib\lib\Unix\Process.pm (blib\lib\auto\Unix\Process) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/main.........1..3 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Jan 10 04:14:25 2008 # Current time GMT: Thu Jan 10 12:14:25 2008 # Using Test.pm version 1.25 ok 1 Argument "operable program or batch file." 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 "operable program or batch file." 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: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/main.t 3 2 2-3 1 subtest skipped. Failed 1/2 test scripts. 2/4 subtests failed. Files=2, Tests=4, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 2/4 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.