Checking if your kit is complete... Looks good Writing Makefile for IO::Capture cp lib/IO/Capture.pm blib/lib/IO/Capture.pm cp lib/IO/Capture/Overview.pod blib/lib/IO/Capture/Overview.pod cp lib/IO/Capture/Stderr.pm blib/lib/IO/Capture/Stderr.pm cp lib/IO/Capture/Tie_STDx.pm blib/lib/IO/Capture/Tie_STDx.pm cp lib/IO/Capture/Stdout.pm blib/lib/IO/Capture/Stdout.pm Manifying blib/man3/IO::Capture.3 Manifying blib/man3/IO::Capture::Overview.3 Manifying blib/man3/IO::Capture::Stderr.3 Manifying blib/man3/IO::Capture::Tie_STDx.3 Manifying blib/man3/IO::Capture::Stdout.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_1_Published_Methods.1..6 ok 1 - use IO::Capture; ok 2 - Constructor Test ok 3 - Checking start method ok 4 - Checking stop method ok 5 - Checking read method ok 6 - Checking line_pointer method ok t/01_2_Published_Methods_Stdout.1..6 ok 1 - use IO::Capture::Stdout; ok 2 - Constructor Test ok 3 - Checking start method ok 4 - Checking stop method ok 5 - Checking read method ok 6 - Checking line_pointer method ok t/01_3_Published_Methods_Stderr.1..6 ok 1 - use IO::Capture::Stderr; ok 2 - Constructor Test ok 3 - Checking start method ok 4 - Checking stop method ok 5 - Checking read method ok 6 - Checking line_pointer method ok t/02_1_basic_base...1..9 ok 1 - use IO::Capture; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Invariant Check - STDOUT filesystem dev number ok 6 - Invariant Check - STDOUT inode number ok 7 - Invariant Check - STDERR filesystem dev number ok 8 - Invariant Check - STDERR inode number ok 9 - Invariant Check - __WARN__ ok t/02_2_basic_Stdout.1..13 ok 1 - use IO::Capture::Stdout; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Read Method, First Line ok 6 - Read Method, Second Line ok 7 - Read Method, Third Line ok 8 - Check set line_pointer ok 9 - Read After line_pointer(), First Line ok 10 - List Context Check ok 11 - Untie Test ok 12 - Invariant Check - STDOUT filesystem dev number ok 13 - Invariant Check - STDOUT inode number ok t/02_3_basic_Stderr.1..15 ok 1 - use IO::Capture::Stderr; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Read Method, First Line ok 6 - Read Method, Second Line ok 7 - Check set line_pointer ok 8 - Read After line_pointer(), First Line ok 9 - 'List' Context Check ok 10 - Untie Test ok 11 - Invariant Check - STDERR filesystem dev number ok 12 - Invariant Check - STDERR inode number ok 13 - warn back to DEFAULT ok 14 - Verify custom handler not overridden ok 15 - Restore warn handler ok t/03_1_Errorcheck_Stdout.1..7 ok 1 - use IO::Capture::Stdout; ok 2 - Two starts ok 3 - Two captures ok 4 - Two starts ok 5 - Read before stop ok 6 - Stop before Start ok 7 - Two Stops ok t/03_2_Errorcheck_Stderr.1..4 ok 1 - use IO::Capture::Stderr; ok 2 - Two captures ok 3 - Two starts ok 4 - Read before stop ok t/04_1_Side-effects_base.1..5 ok 1 - use IO::Capture; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Invariant Check - __WARN__ ok t/04_2_Side-effects_Stdout.1..5 ok 1 - use IO::Capture; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Invariant Check - __WARN__ ok t/04_3_Side-effects_Stderr.1..5 ok 1 - use IO::Capture; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Invariant Check - __WARN__ ok t/05_2_regression...1..3 ok 1 - Test for no error if empty ok 2 - Bug 3 - Stderr ok 3 - Bug 3 - Stdout ok t/06_2_printf_Stdout.1..14 ok 1 - use IO::Capture::Stdout; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Read Method via printf, First Line ok 6 - Read Method via printf, Second Line ok 7 - Read Method via printf, Third Line ok 8 - Check set line_pointer ok 9 - Read method via printf after line_pointer(), First Line ok 10 - List Context Check ok 11 - List Context: check for individual element ok 12 - Untie Test ok 13 - Invariant Check - STDOUT filesystem dev number ok 14 - Invariant Check - STDOUT inode number ok t/06_3_printf_Stderr.1..13 ok 1 - use IO::Capture::Stderr; ok 2 - Constructor Test ok 3 - Start Method ok 4 - Stop Method ok 5 - Read Method via printf, First Line ok 6 - Read Method via printf, Second Line ok 7 - Check set line_pointer ok 8 - Read method via printf after line_pointer(), First Line ok 9 - List Context Check ok 10 - List Context: check for individual element ok 11 - Untie Test ok 12 - Invariant Check - STDERR filesystem dev number ok 13 - Invariant Check - STDERR inode number ok t/06_printf_stdout..1..1 ok 1 ok t/07_3_warn_Stderr..1..9 ok 1 - use IO::Capture::Stderr; ok 2 - Constructor Test Test message to STDERR - Please ignore. It is normal. :-) Test message to STDERR - Please ignore. It is normal. :-) Test message to STDERR - Please ignore. It is normal. :-) Test message to STDERR - Please ignore. It is normal. :-) ok 3 - Start Method returned true ok 4 - Stop Method returned true ok 5 - Don't overwrite program's handler ok 6 - Untie Test ok 7 - Invariant Check - STDERR filesystem dev number ok 8 - Invariant Check - STDERR inode number ok 9 - warn back to beginning hander ok All tests successful. Files=16, Tests=121, 2 wallclock secs ( 1.27 cusr + 0.35 csys = 1.62 CPU) Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/Capture.pm Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/Capture/Overview.pod Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/Capture/Stderr.pm Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/Capture/Tie_STDx.pm Installing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IO/Capture/Stdout.pm Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::Capture.3 Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::Capture::Overview.3 Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::Capture::Stderr.3 Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::Capture::Tie_STDx.3 Installing /home/cpanrun/ia64-lp64/build/5.6.1/man/man3/IO::Capture::Stdout.3 Writing /home/cpanrun/ia64-lp64/build/5.6.1/lib/site_perl/5.6.1/IA64.ARCHREV_0-thread-multi-64all/auto/IO/Capture/.packlist Appending installation info to /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all/perllocal.pod