Checking if your kit is complete... Looks good Writing Makefile for Win32::Process::Info cp lib/Win32/Process/Info/PT.pm blib/lib/Win32/Process/Info/PT.pm cp lib/Win32/Process/Info.pm blib/lib/Win32/Process/Info.pm cp lib/Win32/Process/Info/WMI.pm blib/lib/Win32/Process/Info/WMI.pm cp lib/Win32/Process/Info/NT.pm blib/lib/Win32/Process/Info/NT.pm Manifying blib/man3/Win32::Process::Info::PT.3 Manifying blib/man3/Win32::Process::Info.3 Manifying blib/man3/Win32::Process::Info::WMI.3 Manifying blib/man3/Win32::Process::Info::NT.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/basic.............1..23 # Test 1 - Loading the library. Use of uninitialized value in string eq at t/basic.t line 140. Use of uninitialized value in string eq at t/basic.t line 140. Use of uninitialized value in string eq at t/basic.t line 140. # Information - WMI object = undefined # Information - WMI process object = undefined ok 1 # Test 2 - See if we can get our version. ok 2 # Testing variant NT. Skip = 'NT-Family OS required.' # Test 3 - Instantiating the NT variant. ok 3 # NT-Family OS required. # Test 4 - Ability to list processes. ok 4 # NT-Family OS required. # Test 5 - Our own PID should be in the list. ok 5 # NT-Family OS required. # Test 6 - Ability to get process info. ok 6 # NT-Family OS required. # Test 7 - Ability to get our own info. ok 7 # NT-Family OS required. # Test 8 - Our own process should be running Perl. ok 8 # NT-Family OS required. # Test 9 - Our own process should be under our username. ok 9 # NT-Family OS required. # Testing variant WMI. Skip = 'Skip WMI required.' # Test 10 - Instantiating the WMI variant. ok 10 # Skip WMI required. # Test 11 - Ability to list processes. ok 11 # Skip WMI required. # Test 12 - Our own PID should be in the list. ok 12 # Skip WMI required. # Test 13 - Ability to get process info. ok 13 # Skip WMI required. # Test 14 - Ability to get our own info. ok 14 # Skip WMI required. # Test 15 - Our own process should be running Perl. ok 15 # Skip WMI required. # Test 16 - Our own process should be under our username. ok 16 # Skip WMI required. # Testing variant PT. Skip = 'Unable to load Proc::ProcessTable' # Test 17 - Instantiating the PT variant. ok 17 # Unable to load Proc::ProcessTable # Test 18 - Ability to list processes. ok 18 # Unable to load Proc::ProcessTable # Test 19 - Our own PID should be in the list. ok 19 # Unable to load Proc::ProcessTable # Test 20 - Ability to get process info. ok 20 # Unable to load Proc::ProcessTable # Test 21 - Ability to get our own info. ok 21 # Unable to load Proc::ProcessTable # Test 22 - Our own process should be running Perl. ok 22 # Unable to load Proc::ProcessTable # Test 23 - Our own process should be under our username. ok 23 # Unable to load Proc::ProcessTable ok, 7/23 skipped: WMI required. t/pod...............syntax error at t/pod.t line 12, near "plan skip_all" Execution of t/pod.t aborted due to compilation errors. dubious Test returned status 2 (wstat 512, 0x200) t/pod_coverage......syntax error at t/pod_coverage.t line 12, near "plan skip_all" Execution of t/pod_coverage.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Status Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ t/pod.t 2 512 ?? ?? % ?? t/pod_coverage.t 255 65280 ?? ?? % ?? 7 subtests skipped. Failed 2/3 test scripts, 33.33% okay. 0/23 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 2