Checking if your kit is complete... Looks good You should load Test::Tester before Test::Builder (or anything that loads Test::Builder) at C:/cpanrun/build/5-10-0/site/lib/Test/Tester.pm line 9. Writing Makefile for Test::Trap Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Test/Trap/Builder/TempFile.pm blib\lib\Test\Trap\Builder\TempFile.pm cp lib/Test/Trap/Builder.pm blib\lib\Test\Trap\Builder.pm cp lib/Test/Trap.pm blib\lib\Test\Trap.pm cp lib/Test/Trap/Builder/SystemSafe.pm blib\lib\Test\Trap\Builder\SystemSafe.pm cp lib/Test/Trap/Builder/PerlIO.pm blib\lib\Test\Trap\Builder\PerlIO.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. 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/00-load.........................1..5 ok 1 - use Test::Trap::Builder::TempFile; ok 2 - use Test::Trap::Builder::SystemSafe; ok 3 - use Test::Trap::Builder::PerlIO; ok 4 - use Test::Trap::Builder; ok 5 - use Test::Trap; # Testing Test::Trap 0.1.0, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok t/01-basic........................1..74 ok 1 - use Test::Trap; ok 2 - Return 2 in scalar context: Not list context ok 3 - Return 2 in scalar context: Scalar context ok 4 - Return 2 in scalar context: Not void context ok 5 - Return 2 in scalar context: Returned ok 6 - Return 2 in scalar context: No exception trapped ok 7 - Return 2 in scalar context: No exit trapped ok 8 - Return 2 in scalar context: Return: 2 ok 9 - Return 2 in scalar context: Trapped return: [2] ok 10 - Return qw( Example text ) in list context: List context ok 11 - Return qw( Example text ) in list context: Not scalar context ok 12 - Return qw( Example text ) in list context: Not void context ok 13 - Return qw( Example text ) in list context: Returned ok 14 - Return qw( Example text ) in list context: No exception trapped ok 15 - Return qw( Example text ) in list context: No exit trapped ok 16 - Return qw( Example text ) in list context: Return: qw( Example text ) ok 17 - Return qw( Example text ) in list context: Trapped return: [ qw( Example text ) ] ok 18 - Return in void context: Not list context ok 19 - Return in void context: Not scalar context ok 20 - Return in void context: Void context ok 21 - Return in void context: Returned ok 22 - Return in void context: No exception trapped ok 23 - Return in void context: No exit trapped ok 24 - Return in void context: Trapped return: none ok 25 - Return in void context: Extra test -- side effect ok 26 - Die in scalar context: Not list context ok 27 - Die in scalar context: Scalar context ok 28 - Die in scalar context: Not void context ok 29 - Die in scalar context: Died ok 30 - Die in scalar context: Trapped return: none ok 31 - Die in scalar context: No exit trapped ok 32 - Die in scalar context: Trapped exception ok 33 - Die in scalar context: Return: undef ok 34 - Die in list context: List context ok 35 - Die in list context: Not scalar context ok 36 - Die in list context: Not void context ok 37 - Die in list context: Died ok 38 - Die in list context: Trapped return: none ok 39 - Die in list context: No exit trapped ok 40 - Die in list context: Trapped exception ok 41 - Die in list context: Return: () ok 42 - Die in void context: Not list context ok 43 - Die in void context: Not scalar context ok 44 - Die in void context: Void context ok 45 - Die in void context: Died ok 46 - Die in void context: Trapped return: none ok 47 - Die in void context: No exit trapped ok 48 - Die in void context: Trapped exception ok 49 - Die in void context: Extra test -- side effect ok 50 - Exit in scalar context: Not list context ok 51 - Exit in scalar context: Scalar context ok 52 - Exit in scalar context: Not void context ok 53 - Exit in scalar context: Exited ok 54 - Exit in scalar context: Trapped return: none ok 55 - Exit in scalar context: No exception trapped ok 56 - Exit in scalar context: Trapped exit 42 ok 57 - Exit in scalar context: Return: undef ok 58 - Exit in list context: List context ok 59 - Exit in list context: Not scalar context ok 60 - Exit in list context: Not void context ok 61 - Exit in list context: Exited ok 62 - Exit in list context: Trapped return: none ok 63 - Exit in list context: No exception trapped ok 64 - Exit in list context: Trapped exit 0 ok 65 - Exit in list context: Return: () ok 66 - Exit in void context: Not list context ok 67 - Exit in void context: Not scalar context ok 68 - Exit in void context: Void context ok 69 - Exit in void context: Exited ok 70 - Exit in void context: Trapped return: none ok 71 - Exit in void context: No exception trapped ok 72 - Exit in void context: Trapped exit 4 ok 73 - Exit in void context: Extra test -- side effect ok 74 - --==-- END block past exit --==-- ok t/02-reentrant....................1..34 ok 1 - use Test::Trap; ok 2 - Expecting to return ok 3 - Not list context ok 4 - Scalar context ok 5 - Not void context ok 6 - Returned the trapped() object ok 7 - Inner: Exited ok 8 - Inner: Not list context ok 9 - Inner: Not scalar context ok 10 - Inner: Void context ok 11 - Inner: "Returned" () ok 12 - Expecting to exit ok 13 - Not list context ok 14 - Not scalar context ok 15 - Void context ok 16 - No return ok 17 - Expecting to die ok 18 - Not list context ok 19 - Not scalar context ok 20 - Void context ok 21 - No return ok 22 - Revert: Expecting to exit ok 23 - Revert: Not list context ok 24 - Revert: Not scalar context ok 25 - Revert: Void context ok 26 - No return ok 27 - Expecting to return ok 28 - Not list context ok 29 - Not scalar context ok 30 - Void context ok 31 - Void return ok 32 - Expecting to have exited ok 33 - Dies: Undefined exit() ok 34 - Code past (dying) exit should compile, but not run ok t/03-files-perlio.................1..76 ok 1 - use Test::Trap; ok 2 - No output: No internal exception ok 3 - No output: Return ok 4 - No output: Warnings ok 5 - No output: STDOUT ok 6 - No output: STDERR ok 7 - -- no uncaptured STDERR -- ok 8 - Warning: No internal exception ok 9 - Warning: Return ok 10 - Warning: Warnings ok 11 - Warning: STDOUT ok 12 - Warning: STDERR ok 13 - -- no uncaptured STDERR -- ok 14 - Warning with closed STDERR: No internal exception ok 15 - Warning with closed STDERR: Return ok 16 - Warning with closed STDERR: Warnings ok 17 - Warning with closed STDERR: STDOUT ok 18 - Warning with closed STDERR: STDERR ok 19 - -- no uncaptured STDERR -- ok 20 - warn(): No internal exception ok 21 - warn(): Return ok 22 - warn(): Warnings ok 23 - warn(): STDOUT ok 24 - warn(): STDERR ok 25 - -- no uncaptured STDERR -- ok 26 - warn() with closed STDERR: No internal exception ok 27 - warn() with closed STDERR: Return ok 28 - warn() with closed STDERR: Warnings ok 29 - warn() with closed STDERR: STDOUT ok 30 - warn() with closed STDERR: STDERR ok 31 - -- no uncaptured STDERR -- ok 32 - warn() in inner trap: No internal exception ok 33 - warn() in inner trap: Return ok 34 - warn() in inner trap: Warnings ok 35 - warn() in inner trap: STDOUT ok 36 - warn() in inner trap: STDERR ok 37 - -- no uncaptured STDERR -- ok 38 - -- the inner trap -- warn(): The object ok 39 - -- the inner trap -- warn(): Return ok 40 - -- the inner trap -- warn(): Warnings ok 41 - -- the inner trap -- warn(): STDOUT ok 42 - -- the inner trap -- warn(): STDERR ok 43 - print() on STDERR: No internal exception ok 44 - print() on STDERR: Return ok 45 - print() on STDERR: Warnings ok 46 - print() on STDERR: STDOUT ok 47 - print() on STDERR: STDERR ok 48 - -- no uncaptured STDERR -- ok 49 - print() with closed STDOUT: No internal exception ok 50 - print() with closed STDOUT: Return ok 51 - print() with closed STDOUT: Warnings ok 52 - print() with closed STDOUT: STDOUT ok 53 - print() with closed STDOUT: STDERR ok 54 - -- no uncaptured STDERR -- ok 55 - print() in inner trap with closed STDOUT: No internal exception ok 56 - print() in inner trap with closed STDOUT: Return ok 57 - print() in inner trap with closed STDOUT: Warnings ok 58 - print() in inner trap with closed STDOUT: STDOUT ok 59 - print() in inner trap with closed STDOUT: STDERR ok 60 - -- no uncaptured STDERR -- ok 61 - -- the inner trap -- print() with closed STDOUT: The object ok 62 - -- the inner trap -- print() with closed STDOUT: Return ok 63 - -- the inner trap -- print() with closed STDOUT: Warnings ok 64 - -- the inner trap -- print() with closed STDOUT: STDOUT ok 65 - -- the inner trap -- print() with closed STDOUT: STDERR ok 66 - warn() in inner trap with closed STDERR: No internal exception ok 67 - warn() in inner trap with closed STDERR: Return ok 68 - warn() in inner trap with closed STDERR: Warnings ok 69 - warn() in inner trap with closed STDERR: STDOUT ok 70 - warn() in inner trap with closed STDERR: STDERR ok 71 - -- no uncaptured STDERR -- ok 72 - -- the inner trap -- warn() with closed STDERR: The object ok 73 - -- the inner trap -- warn() with closed STDERR: Return ok 74 - -- the inner trap -- warn() with closed STDERR: Warnings ok 75 - -- the inner trap -- warn() with closed STDERR: STDOUT ok 76 - -- the inner trap -- warn() with closed STDERR: STDERR ok t/03-files-systemsafe.............1..76 ok 1 - use Test::Trap; ok 2 - No output: No internal exception ok 3 - No output: Return ok 4 - No output: Warnings ok 5 - No output: STDOUT ok 6 - No output: STDERR ok 7 - -- no uncaptured STDERR -- ok 8 - Warning: No internal exception ok 9 - Warning: Return ok 10 - Warning: Warnings ok 11 - Warning: STDOUT ok 12 - Warning: STDERR ok 13 - -- no uncaptured STDERR -- ok 14 - Warning with closed STDERR: No internal exception ok 15 - Warning with closed STDERR: Return ok 16 - Warning with closed STDERR: Warnings ok 17 - Warning with closed STDERR: STDOUT ok 18 - Warning with closed STDERR: STDERR ok 19 - -- no uncaptured STDERR -- ok 20 - warn(): No internal exception ok 21 - warn(): Return ok 22 - warn(): Warnings ok 23 - warn(): STDOUT ok 24 - warn(): STDERR ok 25 - -- no uncaptured STDERR -- ok 26 - warn() with closed STDERR: No internal exception ok 27 - warn() with closed STDERR: Return ok 28 - warn() with closed STDERR: Warnings ok 29 - warn() with closed STDERR: STDOUT ok 30 - warn() with closed STDERR: STDERR ok 31 - -- no uncaptured STDERR -- ok 32 - warn() in inner trap: No internal exception ok 33 - warn() in inner trap: Return ok 34 - warn() in inner trap: Warnings ok 35 - warn() in inner trap: STDOUT ok 36 - warn() in inner trap: STDERR ok 37 - -- no uncaptured STDERR -- ok 38 - -- the inner trap -- warn(): The object ok 39 - -- the inner trap -- warn(): Return ok 40 - -- the inner trap -- warn(): Warnings ok 41 - -- the inner trap -- warn(): STDOUT ok 42 - -- the inner trap -- warn(): STDERR ok 43 - print() on STDERR: No internal exception ok 44 - print() on STDERR: Return ok 45 - print() on STDERR: Warnings ok 46 - print() on STDERR: STDOUT ok 47 - print() on STDERR: STDERR ok 48 - -- no uncaptured STDERR -- ok 49 - print() with closed STDOUT: No internal exception ok 50 - print() with closed STDOUT: Return ok 51 - print() with closed STDOUT: Warnings ok 52 - print() with closed STDOUT: STDOUT ok 53 - print() with closed STDOUT: STDERR ok 54 - -- no uncaptured STDERR -- ok 55 - print() in inner trap with closed STDOUT: No internal exception ok 56 - print() in inner trap with closed STDOUT: Return ok 57 - print() in inner trap with closed STDOUT: Warnings ok 58 - print() in inner trap with closed STDOUT: STDOUT ok 59 - print() in inner trap with closed STDOUT: STDERR ok 60 - -- no uncaptured STDERR -- ok 61 - -- the inner trap -- print() with closed STDOUT: The object ok 62 - -- the inner trap -- print() with closed STDOUT: Return ok 63 - -- the inner trap -- print() with closed STDOUT: Warnings ok 64 - -- the inner trap -- print() with closed STDOUT: STDOUT ok 65 - -- the inner trap -- print() with closed STDOUT: STDERR ok 66 - warn() in inner trap with closed STDERR: No internal exception ok 67 - warn() in inner trap with closed STDERR: Return ok 68 - warn() in inner trap with closed STDERR: Warnings ok 69 - warn() in inner trap with closed STDERR: STDOUT ok 70 - warn() in inner trap with closed STDERR: STDERR ok 71 - -- no uncaptured STDERR -- ok 72 - -- the inner trap -- warn() with closed STDERR: The object ok 73 - -- the inner trap -- warn() with closed STDERR: Return ok 74 - -- the inner trap -- warn() with closed STDERR: Warnings ok 75 - -- the inner trap -- warn() with closed STDERR: STDOUT ok 76 - -- the inner trap -- warn() with closed STDERR: STDERR ok t/03-files-tempfile...............1..76 ok 1 - use Test::Trap; ok 2 - No output: No internal exception ok 3 - No output: Return ok 4 - No output: Warnings ok 5 - No output: STDOUT ok 6 - No output: STDERR ok 7 - -- no uncaptured STDERR -- ok 8 - Warning: No internal exception ok 9 - Warning: Return ok 10 - Warning: Warnings ok 11 - Warning: STDOUT ok 12 - Warning: STDERR ok 13 - -- no uncaptured STDERR -- ok 14 - Warning with closed STDERR: No internal exception ok 15 - Warning with closed STDERR: Return ok 16 - Warning with closed STDERR: Warnings ok 17 - Warning with closed STDERR: STDOUT ok 18 - Warning with closed STDERR: STDERR ok 19 - -- no uncaptured STDERR -- ok 20 - warn(): No internal exception ok 21 - warn(): Return ok 22 - warn(): Warnings ok 23 - warn(): STDOUT ok 24 - warn(): STDERR ok 25 - -- no uncaptured STDERR -- ok 26 - warn() with closed STDERR: No internal exception ok 27 - warn() with closed STDERR: Return ok 28 - warn() with closed STDERR: Warnings ok 29 - warn() with closed STDERR: STDOUT ok 30 - warn() with closed STDERR: STDERR ok 31 - -- no uncaptured STDERR -- ok 32 - warn() in inner trap: No internal exception ok 33 - warn() in inner trap: Return ok 34 - warn() in inner trap: Warnings ok 35 - warn() in inner trap: STDOUT ok 36 - warn() in inner trap: STDERR ok 37 - -- no uncaptured STDERR -- ok 38 - -- the inner trap -- warn(): The object ok 39 - -- the inner trap -- warn(): Return ok 40 - -- the inner trap -- warn(): Warnings ok 41 - -- the inner trap -- warn(): STDOUT ok 42 - -- the inner trap -- warn(): STDERR ok 43 - print() on STDERR: No internal exception ok 44 - print() on STDERR: Return ok 45 - print() on STDERR: Warnings ok 46 - print() on STDERR: STDOUT ok 47 - print() on STDERR: STDERR ok 48 - -- no uncaptured STDERR -- ok 49 - print() with closed STDOUT: No internal exception ok 50 - print() with closed STDOUT: Return ok 51 - print() with closed STDOUT: Warnings ok 52 - print() with closed STDOUT: STDOUT ok 53 - print() with closed STDOUT: STDERR ok 54 - -- no uncaptured STDERR -- ok 55 - print() in inner trap with closed STDOUT: No internal exception ok 56 - print() in inner trap with closed STDOUT: Return ok 57 - print() in inner trap with closed STDOUT: Warnings ok 58 - print() in inner trap with closed STDOUT: STDOUT ok 59 - print() in inner trap with closed STDOUT: STDERR ok 60 - -- no uncaptured STDERR -- ok 61 - -- the inner trap -- print() with closed STDOUT: The object ok 62 - -- the inner trap -- print() with closed STDOUT: Return ok 63 - -- the inner trap -- print() with closed STDOUT: Warnings ok 64 - -- the inner trap -- print() with closed STDOUT: STDOUT ok 65 - -- the inner trap -- print() with closed STDOUT: STDERR ok 66 - warn() in inner trap with closed STDERR: No internal exception ok 67 - warn() in inner trap with closed STDERR: Return ok 68 - warn() in inner trap with closed STDERR: Warnings ok 69 - warn() in inner trap with closed STDERR: STDOUT ok 70 - warn() in inner trap with closed STDERR: STDERR ok 71 - -- no uncaptured STDERR -- ok 72 - -- the inner trap -- warn() with closed STDERR: The object ok 73 - -- the inner trap -- warn() with closed STDERR: Return ok 74 - -- the inner trap -- warn() with closed STDERR: Warnings ok 75 - -- the inner trap -- warn() with closed STDERR: STDOUT ok 76 - -- the inner trap -- warn() with closed STDERR: STDERR ok t/04-exit.........................1..6 ok 1 - use Test::Trap; ok 2 - Trapped the first exit ok 3 - Trapped the inner exit ok 4 - Override warning ok 5 - The outer CORE::GLOBAL::exit isn't called too early ok 6 - The final test: The outer CORE::GLOBAL::exit is eventually called ok t/05-import.......................1..8 ok 1 - use Test::Trap; ok 2 - Export of two functions ok 3 - Export of two globs ok 4 - Export of an array ok 5 - Export of an unknown layer ok 6 - Export of PerlIO implementation :stdout(perlio) ok 7 - Export of PerlIO implementation :stdout(nosuch;tempfile) ok 8 - Export of PerlIO implementation :stdout(nosuch1;nosuch2) ok t/06-layers.......................1..163 ok 1 - use Test::Trap; ok 2 - ... importing standard ok 3 - ... quietly ok 4 - ... list context propagated ok 5 - ... list context propagated ok 6 - ... with no output in the standard trap ok 7 - ... and no output from the standard trap itself ok 8 - ... scalar context propagated ok 9 - ... scalar context propagated ok 10 - ... with no output in the standard trap ok 11 - ... and no output from the standard trap itself ok 12 - ... void context propagated ok 13 - ... void context propagated ok 14 - ... with no output in the standard trap ok 15 - ... and no output from the standard trap itself ok 16 - use Test::Trap; ok 17 - ... importing Void ok 18 - ... quietly ok 19 - ... forced void context ok 20 - ... forced void context ok 21 - ... with no output in the Void trap ok 22 - ... and no output from the Void trap itself ok 23 - ... forced void context ok 24 - ... forced void context ok 25 - ... with no output in the Void trap ok 26 - ... and no output from the Void trap itself ok 27 - ... forced void context ok 28 - ... forced void context ok 29 - ... with no output in the Void trap ok 30 - ... and no output from the Void trap itself ok 31 - use Test::Trap; ok 32 - ... importing Scalar ok 33 - ... quietly ok 34 - ... forced scalar context ok 35 - ... forced scalar context ok 36 - ... with no output in the Scalar trap ok 37 - ... and no output from the Scalar trap itself ok 38 - ... forced scalar context ok 39 - ... forced scalar context ok 40 - ... with no output in the Scalar trap ok 41 - ... and no output from the Scalar trap itself ok 42 - ... forced scalar context ok 43 - ... forced scalar context ok 44 - ... with no output in the Scalar trap ok 45 - ... and no output from the Scalar trap itself ok 46 - use Test::Trap; ok 47 - ... importing List ok 48 - ... quietly ok 49 - ... forced list context ok 50 - ... forced list context ok 51 - ... with no output in the List trap ok 52 - ... and no output from the List trap itself ok 53 - ... forced list context ok 54 - ... forced list context ok 55 - ... with no output in the List trap ok 56 - ... and no output from the List trap itself ok 57 - ... forced list context ok 58 - ... forced list context ok 59 - ... with no output in the List trap ok 60 - ... and no output from the List trap itself ok 61 - use Test::Trap; ok 62 - ... importing exception1 ok 63 - ... quietly ok 64 - ... internal exceptions caught and rethrown ok 65 - ... in layer, so user code not run ok 66 ok 67 - use Test::Trap; ok 68 - ... importing exception2 ok 69 - ... quietly ok 70 - ... internal exceptions caught and rethrown ok 71 - ... in teardown, so user code run ok 72 ok 73 - use Test::Trap; ok 74 - ... importing exception3 ok 75 - ... quietly ok 76 - ... internal exceptions caught and rethrown ok 77 - ... in layer, so user code not run ok 78 ok 79 - use Test::Trap; ok 80 - ... importing Tempfile ok 81 - ... quietly ok 82 - Trapped the STDOUT with Tempfile ok 83 - No warnings ok 84 - use Test::Trap; ok 85 - ... importing Perlio ok 86 - ... quietly ok 87 - Trapped the STDOUT with Perlio ok 88 - No warnings ok 89 - use Test::Trap; ok 90 - ... importing Mixed ok 91 - ... quietly ok 92 - Trapped the STDOUT with Mixed ok 93 - No warnings ok 94 - use Test::Trap; ok 95 - ... importing Badout ok 96 - ... quietly ok 97 - Died with Badout ok 98 - No warnings ok 99 - use Test::Trap; ok 100 - ... importing default ok 101 - ... quietly ok 102 - &default traps exit code 1 ok 103 - ... the stdout ok 104 - (preventing output on the previous STDOUT) ok 105 - ... the stderr ok 106 - (preventing output on the previous STDERR) ok 107 - ... the warnings ok 108 - ... no in-@ARGV ok 109 - ... no out-@ARGV ok 110 - (so not preventing the modification of the real @ARGV) ok 111 - (leaving the lexical @argv unchanged) ok 112 - use Test::Trap; ok 113 - ... importing raw ok 114 - ... quietly ok 115 - &raw traps exit code 1 ok 116 - ... no stdout ok 117 - (leaving the output going to the previous STDOUT) ok 118 - ... no stderr ok 119 - (leaving the output going to the previous STDERR) ok 120 - ... no warnings ok 121 - ... no in-@ARGV ok 122 - ... no out-@ARGV ok 123 - (so not preventing the modification of the real @ARGV) ok 124 - (leaving the lexical @argv unchanged) ok 125 - use Test::Trap; ok 126 - ... importing mixed ok 127 - ... quietly ok 128 - &mixed traps exit code 1 ok 129 - ... the stdout ok 130 - (preventing output on the previous STDOUT) ok 131 - ... the stderr ok 132 - (preventing output on the previous STDERR) ok 133 - ... the warnings ok 134 - ... no in-@ARGV ok 135 - ... no out-@ARGV ok 136 - (so not preventing the modification of the real @ARGV) ok 137 - (leaving the lexical @argv unchanged) ok 138 - use Test::Trap; ok 139 - ... importing special ok 140 - ... quietly ok 141 - &special traps exit code 1 ok 142 - ... the stdout ok 143 - (preventing output on the previous STDOUT) ok 144 - ... the stderr ok 145 - (preventing output on the previous STDERR) ok 146 - ... the warnings ok 147 - ... the in-@ARGV ok 148 - ... the out-@ARGV ok 149 - (keeping the real @ARGV unchanged) ok 150 - (instead modifying the lexical @argv) ok 151 - use Test::Trap; ok 152 - ... importing warntrap ok 153 - ... quietly ok 154 - &warntrap traps exit code 1 ok 155 - ... no stdout ok 156 - (leaving the output going to the previous STDOUT) ok 157 - ... no stderr ok 158 - (leaving the output going to the previous STDERR) ok 159 - ... the warnings ok 160 - ... no in-@ARGV ok 161 - ... no out-@ARGV ok 162 - (so not preventing the modification of the real @ARGV) ok 163 - (leaving the lexical @argv unchanged) ok t/07-subclass.....................1..98 ok 1 - use Test::Trap; ok 2 - use Test::Trap; ok 3 - use TT::A; ok 4 - use TT::B; ok 5 - use TT::AB; ok 6 - use TT::A2; ok 7 - Bad definition: unknown layer ok 8 - Bad definition: test argspec typo ("named" for "name") ok 9 - Unmodified Test::Trap: trapped exit ok 10 - Unmodified Test::Trap: trapped stdout ok 11 - Unmodified Test::Trap: trapped stderr ok 12 - Unmodified Test::Trap: trapped warnings ok 13 - Unmodified Test::Trap: stdout_pass method present ok 14 - Unmodified Test::Trap: no inargv internally ok 15 - Unmodified Test::Trap: no outargv internally ok 16 - Unmodified Test::Trap: @ARGV modified ok 17 - Unmodified Test::Trap: @argv unmofied ok 18 - Unmodified Test::Trap: no return_can method ok 19 - Unmodified Test::Trap: no outargv method ok 20 - Unmodified Test::Trap: no outargv_can method ok 21 - Unmodified Test::Trap: no outargv_pass method ok 22 - Unmodified Test::Trap: no leavewith method ok 23 - Unmodified Test::Trap: no stderr_fail method ok 24 - Unmodified Test::Trap: no argv_fail method ok 25 - Unmodified Test::Trap: no leavewith_fail method ok 26 - Unmodified Test::Trap: no leavewith_can method ok 27 - TT::A: trapped exit ok 28 - TT::A: trapped stdout ok 29 - TT::A: trapped stderr ok 30 - TT::A: trapped warnings ok 31 - TT::A: stdout_pass method present ok 32 - TT::A: inargv present internally ok 33 - TT::A: outargv present internally ok 34 - TT::A: @ARGV unmodified ok 35 - TT::A: @argv modified ok 36 - TT::A: return_can method present ok 37 - TT::A: outargv method present and functional ok 38 - TT::A: outargv_can method present ok 39 - TT::A: outargv_pass method present ok 40 - TT::A: no leavewith method ok 41 - TT::A: no stderr_fail method ok 42 - TT::A: no argv_fail method ok 43 - TT::A: no leavewith_fail method ok 44 - TT::A: no leavewith_can method ok 45 - TT::B: trapped exit ok 46 - TT::B: trapped stdout ok 47 - TT::B: trapped stderr ok 48 - TT::B: trapped warnings ok 49 - TT::B: stdout_pass method present ok 50 - TT::B: no inargv internally ok 51 - TT::B: no outargv internally ok 52 - TT::B: @ARGV modified ok 53 - TT::B: @argv unmofied ok 54 - TT::B: no return_can method ok 55 - TT::B: no outargv method ok 56 - TT::B: no outargv_can method ok 57 - TT::B: no outargv_pass method ok 58 - TT::B: leavewith method present and functional ok 59 - TT::B: no stderr_fail method ok 60 - TT::B: no argv_fail method ok 61 - TT::B: no leavewith_fail method ok 62 - TT::B: no leavewith_can method ok 63 - TT::AB: trapped exit ok 64 - TT::AB: trapped stdout ok 65 - TT::AB: trapped stderr ok 66 - TT::AB: trapped warnings ok 67 - TT::AB: stdout_pass method present ok 68 - TT::AB: inargv present internally ok 69 - TT::AB: outargv present internally ok 70 - TT::AB: @ARGV unmodified ok 71 - TT::AB: @argv modified ok 72 - TT::AB: return_can method present ok 73 - TT::AB: outargv method present and functional ok 74 - TT::AB: outargv_can method present ok 75 - TT::AB: outargv_pass method present ok 76 - TT::AB: leavewith method present and functional ok 77 - TT::AB: stderr_fail method present ok 78 - TT::AB: argv_fail method present ok 79 - TT::AB: leavewith_fail method present not ok 80 - TT::AB: leavewith_fail method present # TODO Multiple inheritance still incomplete # Failed (TODO) test 'TT::AB: leavewith_fail method present' # at t/07-subclass.t line 139. ok 81 - TT::A2: trapped exit ok 82 - TT::A2: trapped stdout ok 83 - TT::A2: trapped stderr ok 84 - TT::A2: trapped warnings ok 85 - TT::A2: stdout_pass method present ok 86 - TT::A2: inargv present internally ok 87 - TT::A2: outargv present internally ok 88 - TT::A2: @ARGV unmodified ok 89 - TT::A2: @argv modified ok 90 - TT::A2: return_can method present ok 91 - TT::A2: outargv method present and functional ok 92 - TT::A2: outargv_can method present ok 93 - TT::A2: outargv_pass method present ok 94 - TT::A2: no leavewith method ok 95 - TT::A2: no stderr_fail method ok 96 - TT::A2: no argv_fail method ok 97 - TT::A2: no leavewith_fail method ok 98 - TT::A2: no leavewith_can method ok t/08-fork-no-taint................1..15 ok 1 - use Test::Trap; ok 2 - Trapped the first exit ok 3 - The inner CORE::GLOBAL::exit is called from the child