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/Stderr.pm blib/lib/IO/Capture/Stderr.pm cp lib/IO/Capture/Stdout.pm blib/lib/IO/Capture/Stdout.pm cp lib/IO/Capture/Tie_STDx.pm blib/lib/IO/Capture/Tie_STDx.pm cp lib/IO/Capture/Overview.pod blib/lib/IO/Capture/Overview.pod Manifying blib/man3/IO::Capture.3 Manifying blib/man3/IO::Capture::Stdout.3 Manifying blib/man3/IO::Capture::Stderr.3 Manifying blib/man3/IO::Capture::Tie_STDx.3 Manifying blib/man3/IO::Capture::Overview.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" 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 Use of uninitialized value in string eq at t/02_1_basic_base.t line 60. ok 8 - Invariant Check - STDERR inode number Use of uninitialized value $warn_save in string eq at t/02_1_basic_base.t line 60. 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 Use of uninitialized value $got in string eq at t/02_3_basic_Stderr.t line 92. 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 Test message to STDERR - Please ignore. It is normal. :-) Test message to STDERR - Please ignore. It is normal. :-) 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, 1 wallclock secs ( 0.88 cusr + 0.28 csys = 1.16 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/IO/Capture.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/IO/Capture/Overview.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/IO/Capture/Stderr.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/IO/Capture/Stdout.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/IO/Capture/Tie_STDx.html Installing /Users/cpanrun/build/5.10.0/site/lib/IO/Capture.pm Installing /Users/cpanrun/build/5.10.0/site/lib/IO/Capture/Overview.pod Installing /Users/cpanrun/build/5.10.0/site/lib/IO/Capture/Stderr.pm Installing /Users/cpanrun/build/5.10.0/site/lib/IO/Capture/Stdout.pm Installing /Users/cpanrun/build/5.10.0/site/lib/IO/Capture/Tie_STDx.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/IO::Capture.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/IO::Capture::Overview.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/IO::Capture::Stderr.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/IO::Capture::Stdout.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/IO::Capture::Tie_STDx.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod