Start 2010-05-08T13:09:14 ActivePerl-1200 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Fri, 07 May 2010 21:27:07 GMT Running make for J/JD/JDHEDDEN/Object-InsideOut-1.33.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JD/JDHEDDEN/Object-InsideOut-1.33.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\J\JD\JDHEDDEN\Object-InsideOut-1.33.tar.gz ok Object-InsideOut-1.33/ Object-InsideOut-1.33/Build.PL Object-InsideOut-1.33/Changes Object-InsideOut-1.33/lib/ Object-InsideOut-1.33/lib/Object/ Object-InsideOut-1.33/lib/Object/InsideOut/ Object-InsideOut-1.33/lib/Object/InsideOut/Results.pm Object-InsideOut-1.33/lib/Object/InsideOut/Util.pm Object-InsideOut-1.33/lib/Object/InsideOut.pm Object-InsideOut-1.33/Makefile.PL Object-InsideOut-1.33/MANIFEST Object-InsideOut-1.33/META.yml Object-InsideOut-1.33/README Object-InsideOut-1.33/t/ Object-InsideOut-1.33/t/00-load.t Object-InsideOut-1.33/t/01-basic.t Object-InsideOut-1.33/t/01a-basic.t Object-InsideOut-1.33/t/02-auto.t Object-InsideOut-1.33/t/03-threads.t Object-InsideOut-1.33/t/03a-threads.t Object-InsideOut-1.33/t/04-shared.t Object-InsideOut-1.33/t/04a-shared.t Object-InsideOut-1.33/t/05-require.pm Object-InsideOut-1.33/t/05-require.t Object-InsideOut-1.33/t/05a-require.pm Object-InsideOut-1.33/t/05a-require.t Object-InsideOut-1.33/t/06-id.t Object-InsideOut-1.33/t/07-dump.t Object-InsideOut-1.33/t/07a-dump.t Object-InsideOut-1.33/t/08-access.t Object-InsideOut-1.33/t/09-chained.t Object-InsideOut-1.33/t/10-cumulative.t Object-InsideOut-1.33/t/11-coercion.t Object-InsideOut-1.33/t/12-super.t Object-InsideOut-1.33/t/13-pump.t Object-InsideOut-1.33/t/14-auto_cc.t Object-InsideOut-1.33/t/15-type.t Object-InsideOut-1.33/t/16-return.t Object-InsideOut-1.33/t/17-dynamic.t Object-InsideOut-1.33/t/18-inherit.t Object-InsideOut-1.33/t/19-storable.t Object-InsideOut-1.33/t/20-clone.t Object-InsideOut-1.33/t/21-import.t Object-InsideOut-1.33/t/22-import.t Object-InsideOut-1.33/t/A.pm Object-InsideOut-1.33/t/B.pm Object-InsideOut-1.33/t/EmptyParent.pm Object-InsideOut-1.33/t/ErrorParent.pm Object-InsideOut-1.33/t/Parent.pm CPAN.pm: Going to build J/JD/JDHEDDEN/Object-InsideOut-1.33.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::InsideOut >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Object/InsideOut.pm blib\lib\Object\InsideOut.pm cp lib/Object/InsideOut/Results.pm blib\lib\Object\InsideOut\Results.pm cp lib/Object/InsideOut/Util.pm blib\lib\Object\InsideOut\Util.pm JDHEDDEN/Object-InsideOut-1.33.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Object::InsideOut 1.33 t/00-load.t ........ ok 1 - use Object::InsideOut; 1..1 ok t/01-basic.t ....... ok 1 - Args passed to MyBase::init in hash-ref ok 2 - MyBase priv arg unpacked correctly ok 3 - MyBase snum arg unpacked correctly ok 4 - MyBase->can(...) ok 5 - MyBase::name initialized ok 6 - MyBase::rank initialized ok 7 - MyBase::snum initialized ok 8 - MyBase::name initialized ok 9 - MyBase::def initialized ok 10 - MyBase combined accessor ok 11 - Args passed to MyBase::init in hash-ref ok 12 - MyBase priv arg unpacked correctly ok 13 - MyBase snum arg unpacked correctly ok 14 - Args passed to Der::init in hash-ref ok 15 - Der->can(...) ok 16 - MyBase::name initialized ok 17 - MyBase::rank initialized ok 18 - MyBase::snum initialized ok 19 - MyBase::name initialized ok 20 - MyBase::def initialized ok 21 - Der::name initialized ok 22 - Der::rank initialized ok 23 - Der::snum initialized ok 24 - Der::name initialized ok 25 - Der::def initialized ok 26 - Der name read accessor ok 27 - Der rank read accessor ok 28 - Der rank read accessor ok 29 - Der priv read accessor ok 30 - Der rank write accessor ok 31 - Read only name attribute ok 32 - Args passed to MyBase::init in hash-ref ok 33 - MyBase priv arg unpacked correctly ok 34 - MyBase snum arg unpacked correctly ok 35 - Args passed to Der::init in hash-ref ok 36 - undef values processes as initializers ok 37 - False values allowable as initializers ok 38 - False values allowable as initializers ok 39 - Missing mandatory initializer caught 1..39 ok t/01a-basic.t ...... ok 1 - Args passed to MyBase::init in hash-ref ok 2 - MyBase priv arg unpacked correctly ok 3 - MyBase snum arg unpacked correctly ok 4 - MyBase->can(...) ok 5 - MyBase::name initialized ok 6 - MyBase::rank initialized ok 7 - MyBase::snum initialized ok 8 - MyBase::name initialized ok 9 - MyBase::def initialized ok 10 - MyBase combined accessor ok 11 - Args passed to MyBase::init in hash-ref ok 12 - MyBase priv arg unpacked correctly ok 13 - MyBase snum arg unpacked correctly ok 14 - Args passed to Der::init in hash-ref ok 15 - Der->can(...) ok 16 - MyBase::name initialized ok 17 - MyBase::rank initialized ok 18 - MyBase::snum initialized ok 19 - MyBase::name initialized ok 20 - MyBase::def initialized ok 21 - Der::name initialized ok 22 - Der::rank initialized ok 23 - Der::snum initialized ok 24 - Der::name initialized ok 25 - Der::def initialized ok 26 - Der name read accessor ok 27 - Der rank read accessor ok 28 - Der rank read accessor ok 29 - Der priv read accessor ok 30 - Der rank write accessor ok 31 - Read only name attribute ok 32 - Args passed to MyBase::init in hash-ref ok 33 - MyBase priv arg unpacked correctly ok 34 - MyBase snum arg unpacked correctly ok 35 - Args passed to Der::init in hash-ref ok 36 - undef values processes as initializers ok 37 - False values allowable as initializers ok 38 - False values allowable as initializers ok 39 - Missing mandatory initializer caught 1..39 ok t/02-auto.t ........ ok 1 - My::Class->foo() ok 2 - Direct My::Class->foo() ok 3 - Indirect My::Class->foo() ok 4 - My::Sub->foo() ok 5 - Direct My::Sub->foo() ok 6 - Indirect My::Sub->foo() ok 7 - My::Sub->bar() ok 8 - Direct My::Sub->bar() ok 9 - Indirect My::Sub->bar() ok 10 - My::Bar can foo() ok 11 - Direct My::Bar->foo() ok 12 - Indirect My::Bar->foo() ok 13 - My::Bar can bar() ok 14 - Direct My::Bar->bar() ok 15 - Indirect My::Bar->bar() ok 16 - My::Baz can foo() ok 17 - Direct My::Baz->foo() ok 18 - Indirect My::Baz->foo() ok 19 - My::Baz can bar() ok 20 - Direct My::Baz->bar() ok 21 - Indirect My::Baz->bar() ok 22 - My::MT no can foo() ok 23 - No My::MT foo() ok 24 - Class cumulative ok 25 - Subclass cumulative ok 26 - Class automethod ok 27 - Sublass automethod ok 28 - Class can+automethod ok 29 - Sublass can+automethod ok 30 - Inherited cumulative ok 31 - Object automethod ok 32 - Object automethod ok 33 - class::SUPER::method ok 34 - class::SUPER::method ok 35 - SUPER::method ok 36 - class::method 1..36 ok t/03-threads.t ..... ok 1 - Class set data ok 2 - Subclass set data ok 3 - Subclass set data ok 4 - Thread class data ok 5 - Thread subclass data ok 6 - Thread subclass data ok 7 - Thread class data ok 8 - Thread subclass data ok 9 - Thread subclass data ok 10 - Class data unchanged ok 11 - Subclass data unchanged ok 12 - Subclass data unchanged 1..12 ok t/03a-threads.t .... ok 1 - Class set data ok 2 - Subclass set data ok 3 - Subclass set data ok 4 - Thread class data ok 5 - Thread subclass data ok 6 - Thread subclass data ok 7 - Thread class data ok 8 - Thread subclass data ok 9 - Thread subclass data ok 10 - Class data unchanged ok 11 - Subclass data unchanged ok 12 - Subclass data unchanged 1..12 ok t/04-shared.t ...... ok 1 - Class set data ok 2 - Subclass set data ok 3 - Subclass set data ok 4 - Thread class data ok 5 - Thread subclass data ok 6 - Thread subclass data ok 7 - Thread class data ok 8 - Thread subclass data ok 9 - Thread subclass data ok 10 - Thread class data ok 11 - Thread subclass data ok 12 - Thread subclass data 1..12 ok t/04a-shared.t ..... ok 1 - Class set data ok 2 - Subclass set data ok 3 - Subclass set data ok 4 - Thread class data ok 5 - Thread subclass data ok 6 - Thread subclass data ok 7 - Thread class data ok 8 - Thread subclass data ok 9 - Thread subclass data ok 10 - Thread class data ok 11 - Thread subclass data ok 12 - Thread subclass data 1..12 ok t/05-require.t ..... ok 1 - require ok 2 - ->new() ok 3 - t::AA->can(...) ok 4 - Object ID: 1 ok 5 - No default ok 6 - Set ->aa() ok 7 - Get ->aa() == 42 ok 8 - t::BB->can(...) ok 9 - ->new() ok 10 - Object ID: 2 ok 11 - Default: def ok 12 - Set ->set_bb() ok 13 - Get ->bb() eq foo ok 14 - ->new() ok 15 - Object ID: 3 ok 16 - Init: baz ok 17 - Set ->set_bb() ok 18 - Get ->bb() eq foo ok 19 - t::AB->can(...) ok 20 - ->new() ok 21 - Object ID: 4 ok 22 - Default: def ok 23 - Set ->set_bb() ok 24 - Get ->bb() eq foo 1..24 ok t/05a-require.t .... ok 1 - require ok 2 - ->new() ok 3 - t::AA->can(...) ok 4 - Object ID: 1 ok 5 - No default ok 6 - Set ->aa() ok 7 - Get ->aa() ok 8 - t::BB->can(...) ok 9 - ->new() ok 10 - Object ID: 2 ok 11 - Default: def ok 12 - Set ->set_bb() ok 13 - Get ->bb() eq foo ok 14 - ->new() ok 15 - Object ID: 3 ok 16 - Init: baz ok 17 - Set ->set_bb() ok 18 - Get ->bb() eq foo ok 19 - t::AB->can(...) ok 20 - ->new() ok 21 - Object ID: 4 ok 22 - Default: def ok 23 - Set ->set_bb() ok 24 - Get ->bb() eq foo 1..24 ok t/06-id.t .......... ok 1 - ->new() ok 2 - AA->can(...) ok 3 - Object ID: 1 ok 4 - No default ok 5 - Set ->aa() ok 6 - Get ->aa() == 42 ok 7 - BB->can(...) ok 8 - ->new() ok 9 - Object ID: 2 ok 10 - Default: def ok 11 - Set ->set_bb() ok 12 - Get ->bb() eq foo ok 13 - ->new() ok 14 - Object ID: 3 ok 15 - Init: baz ok 16 - Set ->set_bb() ok 17 - Get ->bb() eq foo ok 18 - AB->can(...) ok 19 - ->new() ok 20 - Object ID: 4 ok 21 - Default: def ok 22 - Set ->set_bb() ok 23 - Get ->bb() eq foo ok 24 - Get ->bb() eq foo ok 25 - ->info_get() eq ok 26 - Set: ->info_get() eq test 1..26 ok t/07-dump.t ........ ok 1 - Representation is valid ok 2 - Representation is valid ok 3 - Class ok 4 - Public base attribute ok 5 - Private base attribute ok 6 - Public derived attribute ok 7 - Private derived attribute ok 8 - Hidden derived attribute ok 9 - Hidden derived attribute ok 10 - String dump ok 11 - eval is valid ok 12 - eval is valid ok 13 - Dumps are equal ok 14 - Unnamed field 1..14 ok t/07a-dump.t ....... ok 1 - Representation is valid ok 2 - Representation is valid ok 3 - Class ok 4 - Public base attribute ok 5 - Private base attribute ok 6 - Public derived attribute ok 7 - Private derived attribute ok 8 - Hidden derived attribute ok 9 - String dump ok 10 - eval is valid ok 11 - eval is valid ok 12 - Dumps are equal 1..12 ok t/08-access.t ...... ok 1 - Called everyone ok 2 - Called family ok 3 - Called personal ok 4 - Called everyone ok 5 - Called family ok 6 - Derived call failed ok 7 - ...with correct error message ok 8 - External everyone succeeded ok 9 - External family failed as expected ok 10 - ...with correct error message ok 11 - External personal failed as expected ok 12 - ...with correct error message ok 13 - External derived everyone succeeded ok 14 - External derived family failed as expected ok 15 - ...with correct error message ok 16 - External derived personal failed as expected ok 17 - ...with correct error message 1..17 ok t/09-chained.t ..... ok 1 - List chained down ok 2 - List chained up 1..2 ok t/10-cumulative.t .. ok 1 - List chained down ok 2 - List chained up ok 3 - Numeric chained up ok 4 - Numeric chained down ok 5 - String chained up ok 6 - String chained down ok 7 - Valid up hash key (Der1) ok 8 - Valid up hash value (Der1) ok 9 - Valid up hash key (Base3) ok 10 - Valid up hash value (Base3) ok 11 - Valid up hash key (Base1) ok 12 - Valid up hash value (Base1) ok 13 - Valid up hash key (Der2) ok 14 - Valid up hash value (Der2) ok 15 - Valid up hash key (Reder1) ok 16 - Valid up hash value (Reder1) ok 17 - Valid up hash key (Base2) ok 18 - Valid up hash value (Base2) ok 19 - Valid down hash key (Der1) ok 20 - Valid down hash value (Der1) ok 21 - Valid down hash key (Base3) ok 22 - Valid down hash value (Base3) ok 23 - Valid down hash key (Base1) ok 24 - Valid down hash value (Base1) ok 25 - Valid down hash key (Reder1) ok 26 - Valid down hash value (Reder1) ok 27 - Valid down hash key (Der2) ok 28 - Valid down hash value (Der2) ok 29 - Valid down hash key (Base2) ok 30 - Valid down hash value (Base2) ok 31 - shift(@_) used in method ok 32 - List chained down ok 33 - List chained up ok 34 - Numeric chained up ok 35 - Numeric chained down ok 36 - String chained up ok 37 - String chained down ok 38 - Valid up hash key (Der1) ok 39 - Valid up hash value (Der1) ok 40 - Valid up hash key (Base3) ok 41 - Valid up hash value (Base3) ok 42 - Valid up hash key (Base1) ok 43 - Valid up hash value (Base1) ok 44 - Valid up hash key (Der2) ok 45 - Valid up hash value (Der2) ok 46 - Valid up hash key (Reder1) ok 47 - Valid up hash value (Reder1) ok 48 - Valid up hash key (Base2) ok 49 - Valid up hash value (Base2) ok 50 - Valid down hash key (Der1) ok 51 - Valid down hash value (Der1) ok 52 - Valid down hash key (Base3) ok 53 - Valid down hash value (Base3) ok 54 - Valid down hash key (Base1) ok 55 - Valid down hash value (Base1) ok 56 - Valid down hash key (Reder1) ok 57 - Valid down hash value (Reder1) ok 58 - Valid down hash key (Der2) ok 59 - Valid down hash value (Der2) ok 60 - Valid down hash key (Base2) ok 61 - Valid down hash value (Base2) ok 62 - shift(@_) used in method 1..62 ok t/11-coercion.t .... ok 1 - Base Boolean coercion ok 2 - Base Numeric coercion ok 3 - Base String coercion ok 4 - Base Code coercion ok 5 - Base Glob coercion ok 6 - Base Hash coercion ok 7 - Base Array coercion ok 8 - Der Boolean coercion ok 9 - Der Numeric coercion ok 10 - Der String coercion ok 11 - Der Code coercion ok 12 - Der Glob coercion ok 13 - Der Hash coercion ok 14 - Der Array coercion ok 15 - Der2 Boolean coercion ok 16 - Der2 Numeric coercion ok 17 - Der2 String coercion ok 18 - Der2 Code coercion ok 19 - Der2 Glob coercion ok 20 - Der2 Hash coercion ok 21 - Der2 Array coercion ok 22 - Der3 Boolean coercion ok 23 - Der3 Numeric coercion ok 24 - Der3 String coercion ok 25 - Der3 Code coercion ok 26 - Der3 Glob coercion ok 27 - Der3 Hash coercion ok 28 - Der3 Array coercion ok 29 - Der4 Boolean coercion ok 30 - Der4 Numeric coercion ok 31 - Der4 String coercion ok 32 - Der4 Code coercion ok 33 - Der4 Glob coercion ok 34 - Der4 Hash coercion ok 35 - Der4 Array coercion 1..35 ok t/12-super.t ....... ok 1 - ->can('method') ok 2 - ->can('method') ok 3 - ->can('method') ok 4 - ->can('method') ok 5 - No can do ok 6 - ->can('class::method') ok 7 - ->can('class::method') ok 8 - ->can('class::SUPER::method') ok 9 - ->can('class::SUPER::method') ok 10 - ->can('class::SUPER::method') ok 11 - ->can('SUPER::method') ok 12 - ->can('SUPER::method') ok 13 - ->can('method') ok 14 - ->can('method') ok 15 - ->can('method') ok 16 - No can do ok 17 - ->can('class::method') ok 18 - ->can('class::method') ok 19 - ->can('class::SUPER::method') ok 20 - ->can('class::SUPER::method') ok 21 - ->can('SUPER::method') ok 22 - ->can('SUPER::method') 1..22 ok t/13-pump.t ........ ok 1 - Representation is valid ok 2 - Representation is valid ok 3 - Class ok 4 - Public base attribute ok 5 - Private base attribute ok 6 - Public derived attribute ok 7 - Private derived attribute ok 8 - Hidden derived attribute ok 9 - Dumper gave value ok 10 - String dump ok 11 - eval is valid ok 12 - eval is valid ok 13 - Dumps are equal ok 14 - Pumper got data ok 15 - Pump in hash ok 16 - Redump equals dump ok 17 - Pumper got data ok 18 - Pump in string ok 19 - Redump equals dump 1..19 ok t/14-auto_cc.t ..... ok 1 - Accumulation 1 ok 2 - Accumulation 2 ok 3 - Accumulation 3 ok 4 - Chained 1 ok 5 - Chained 2 ok 6 - Chained 3 1..6 ok t/15-type.t ........ ok 1 - Array single value ok 2 - Array multiple values ok 3 - Array ref value ok 4 - Not array ref ok 5 - Array ref ok 6 - Type sub ok 7 - Type failure ok 8 - Type sub failure ok 9 - Hash single pair ok 10 - Hash multiple pairs ok 11 - Hash ref value ok 12 - Not hash ref ok 13 - Hash ref ok 14 - Object isa My::Class ok 15 - Objects equal ok 16 - Not object ok 17 - Numeric ok 18 - Numeric failure ok 19 - Scalar ok 20 - Scalar failure ok 21 - Type failure ok 22 - Type failure ok 23 - Type sub failure 1..23 ok t/16-return.t ...... ok 1 - undef on old ok 2 - Get okay ok 3 - Old return value ok 4 - Get okay ok 5 - New return value ok 6 - Get okay ok 7 - Self return value ok 8 - Get okay ok 9 - Default return value ok 10 - Get okay 1..10 ok t/17-dynamic.t ..... ok 1 - My::Sub->can(...) ok 2 - Method works ok 3 - My::Sub->can(...) ok 4 - Not munged 1..4 ok t/18-inherit.t ..... ok 1 - Borg->can(...) ok 2 - Foo isa Borg ok 3 - Foo->can(...) ok 4 - Class method inheritance ok 5 - isa Foo ok 6 - isa Borg ok 7 - Baz->can(...) ok 8 - get from Borg ok 9 - Changed Borg ok 10 - isa Borg ok 11 - Retrieved object 1..11 ok t/19-storable.t .... ok 1 - Storable works 1..1 ok t/20-clone.t ....... ok 1 - Clone equal ok 2 - Deep field copy ok 3 - Shared data ok 4 - Shared data ok 5 - Clone equal ok 6 - Deep object clone ok 7 - Deep object clone 1..7 ok t/21-import.t ...... ok 1 - @main::ISA result= ok 2 - @t::A::ISA result=Object::InsideOut ok 3 - @t::AA::ISA result=t::A ok 4 - @t::AAA::ISA result=t::AA ok 5 - @t::AA::ISA result=t::A ok 6 - @t::A_also::ISA result=t::A ok 7 - @t::AB::ISA result=t::A, t::B 1..7 ok Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. Use of uninitialized value in concatenation (.) or string at C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J\blib\lib/Object/InsideOut.pm line 131. t/22-import.t ...... ok 1 - Correctly fails on syntax error in parent ok 2 - Correctly fails on missing parent ok 3 - Correctly fails on missing parent ok 4 - Correctly fails on empty parent ok 5 - Correctly fails on empty parent ok 6 - Correctly fails on empty parent ok 7 - Correctly fails on empty parent ok 8 - The object isa t::Parent::Child ok 9 - The object isa t::Parent ok 10 - child->parent_func() 1..10 ok All tests successful. Files=28, Tests=499, 2 wallclock secs ( 0.19 usr + 0.03 sys = 0.22 CPU) Result: PASS JDHEDDEN/Object-InsideOut-1.33.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/J/JD/JDHEDDEN/CHECKSUMS Picked up abstract from Makefile Jerry D. Hedden <jdhedden@cpan.org> Comprehensive inside-out object support module >>> (cd C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J && tar cvf - Object-InsideOut-1.33.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/J/JD/JDHEDDEN/Object-InsideOut-1.33.tar.gz Object-InsideOut-1.33.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/InsideOut/ blib/lib/Object/InsideOut/Results.pm blib/lib/Object/InsideOut/Util.pm blib/lib/Object/InsideOut.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Object-InsideOut-1.33-Jffc2J/Object-InsideOut-1.33.ppd C:/cpanfly-5.12/var/REPO/J/JD/JDHEDDEN Megalib: Will not downgrade Object-InsideOut from v3.65 to v1.33 at C:\cpanfly-5.12\lib/Fly/Megalib.pm line 54. Finished 2010-05-08T13:09:20