Warning: prerequisite File::Temp 0.16 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Checking if your kit is complete... Looks good Warning: prerequisite Test::More 0.62 not found at /export/home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/MakeMaker.pm line 343. Writing Makefile for IO::CaptureOutput cp lib/IO/CaptureOutput.pm blib/lib/IO/CaptureOutput.pm cp lib/IO/CaptureOutput.pod blib/lib/IO/CaptureOutput.pod Manifying blib/man3/IO::CaptureOutput.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/capture...........1..15 ok 1 - captured stdout from perl function ok 2 - captured stderr from perl function ok 3 - captured stdout into one scalar ok 4 - captured stderr into same scalar ok 5 - capture() proxies the return values ok 6 - capture() calls subroutine in scalar context when appropriate ok 7 - capture() calls subroutine in list context when appropriate ok 8 - capture() calls subroutine in void context when appropriate ok 9 - capture() caught stdout from external command ok 10 - $@ still available after capture ok 11 - capture() still populates output and error variables if the code dies ok 12 - capture() traps fork() output ok 13 # skip Inline::C not available ok 14 # skip Inline::C not available ok 15 # skip Inline::C not available ok, 3/15 skipped: Inline::C not available t/capture_exec......1..11 ok 1 - capture_exec() caught stdout from external command ok 2 - capture_exec() caught stderr from external command ok 3 - capture_exec() caught stdout from external command ok 4 - capture_exec() caught stderr from external command ok 5 - $? set to 0 after successful execution ok 6 - $? contains child error after failed execution ok 7 - capture_exec() returns stdout in scalar context ok 8 - capture_exec_combined() caught stdout from external command ok 9 - capture_exec_combined() caught stderr from external command ok 10 - capture_exec_combined() caught stdout from external command ok 11 - capture_exec_combined() caught stderr from external command ok t/noconsole.........1..7 ok 1 - use IO::CaptureOutput; ok 2 - no errors capturing with console open ok 3 - STDOUT test with console open ok 4 - STDERR test with console open ok 5 - no errors capturing with console closed ok 6 - STDOUT test with console closed ok 7 - STDERR test with console closed ok t/wperl.............File::Temp version 0.16 required--this is only version 0.12 at t/wperl.t line 3. BEGIN failed--compilation aborted at t/wperl.t line 3. dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/wperl.t 255 65280 ?? ?? % ?? 3 subtests skipped. Failed 1/4 test scripts, 75.00% okay. 0/33 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 2