C:\Perl\packages\Object-InsideOut-0.02.00>nmake test Microsoft (R) Program Maintenance Utility Version 8.00.40607.16 Copyright (C) Microsoft Corporation. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl +ib\lib', 'blib\arch')" t\01-basic.t t\02-auto.t t\03-threads.t t\04-shared.t t\01-basic......Can't locate Exception/Class.pm in @INC (@INC contains: C:\Perl\ +packages\Object-InsideOut-0.02.00\blib\lib C:\Perl\packages\Object-InsideOut-0. +0 BEGIN failed--compilation aborted at C:\Perl\packages\Object-InsideOut-0.02.00\b +lib\lib/Object/InsideOut.pm line 55. Compilation failed in require at t\01-basic.t line 7. BEGIN failed--compilation aborted at t\01-basic.t line 7. t\01-basic......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-23 Failed 23/23 tests, 0.00% okay t\02-auto.......Can't locate Exception/Class.pm in @INC (@INC contains: C:\Perl\ +packages\Object-InsideOut-0.02.00\blib\lib C:\Perl\packages\Object-InsideOut-0. +0 BEGIN failed--compilation aborted at C:\Perl\packages\Object-InsideOut-0.02.00\b +lib\lib/Object/InsideOut.pm line 55. Compilation failed in require at t\02-auto.t line 7. BEGIN failed--compilation aborted at t\02-auto.t line 7. t\02-auto.......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t\03-threads....Can't locate Exception/Class.pm in @INC (@INC contains: C:\Perl\ +packages\Object-InsideOut-0.02.00\blib\lib C:\Perl\packages\Object-InsideOut-0. +0 BEGIN failed--compilation aborted at C:\Perl\packages\Object-InsideOut-0.02.00\b +lib\lib/Object/InsideOut.pm line 55. Compilation failed in require at t\03-threads.t line 18. BEGIN failed--compilation aborted at t\03-threads.t line 18. t\03-threads....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-12 Failed 12/12 tests, 0.00% okay t\04-shared.....Can't locate Exception/Class.pm in @INC (@INC contains: C:\Perl\ +packages\Object-InsideOut-0.02.00\blib\lib C:\Perl\packages\Object-InsideOut-0. +0 BEGIN failed--compilation aborted at C:\Perl\packages\Object-InsideOut-0.02.00\b +lib\lib/Object/InsideOut.pm line 55. Compilation failed in require at t\04-shared.t line 23. BEGIN failed--compilation aborted at t\04-shared.t line 23. t\04-shared.....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-12 Failed 12/12 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\01-basic.t 2 512 23 46 200.00% 1-23 t\02-auto.t 2 512 6 12 200.00% 1-6 t\03-threads.t 2 512 12 24 200.00% 1-12 t\04-shared.t 2 512 12 24 200.00% 1-12 Failed 4/4 test scripts, 0.00% okay. 53/53 subtests failed, 0.00% okay. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' Stop. #### # Share the hash, if applicable if (is_sharing($pkg)) { threads::shared::share($hash) } #### sub is_sharing : PRIVATE { my $class = $_[0]; # If not 'use threads::shared;', return false if (! $threads::shared::threads_shared) { return; } return ($IS_SHARING{$class}->[0]); }