Checking if your kit is complete... Looks good Writing Makefile for IO::Capture Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. 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 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/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. Use of uninitialized value $warn_save in string eq at t/02_1_basic_base.t line 60. 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 Use of uninitialized value $got in string eq at t/02_3_basic_Stderr.t line 92. 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 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, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\IO\Capture.html Installing C:\cpanrun\build\5-10-0\html\site\lib\IO\Capture\Overview.html Installing C:\cpanrun\build\5-10-0\html\site\lib\IO\Capture\Stderr.html Installing C:\cpanrun\build\5-10-0\html\site\lib\IO\Capture\Stdout.html Installing C:\cpanrun\build\5-10-0\html\site\lib\IO\Capture\Tie_STDx.html Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod