Checking if your kit is complete... Looks good Writing Makefile for Class::Simple Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Class/Simple.pm blib\lib\Class\Simple.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/anon.............1..3 ok 1 - use Class::Simple; ok 2 - The object isa Class::Simple ok 3 - Anonymous setting. ok t/attributes.......1..5 ok 1 - use Class::Simple; ok 2 - foo() exists ok 3 - bar() exists ok 4 - baz() exists ok 5 - moo() does not exist ok t/Class-Simple.....1..45 ok 1 - use Class::Simple; ok 2 - The object isa Foo ok 3 - Foo->can('new') ok 4 - Foo->can('privatize') ok 5 - Foo->can('DESTROY') ok 6 - Foo->can('AUTOLOAD') ok 7 - Foo->can('STORABLE_freeze') ok 8 - Foo->can('STORABLE_thaw') ok 9 - BUILD initialized ok 10 - Foo->can('foo') ok 11 - set with bare word ok 12 - set returns right thing ok 13 - returns with bare word ok 14 - returns with get ok 15 - unset ok 16 - raise ok 17 - bar is private in main ok 18 - destroyed ok 19 - readonly set ok 20 - readonly set set the val ok 21 - setting a readonly fails ok 22 - readonly still set ok 23 - Methods with underscores. ok 24 - The object isa Foobie ok 25 - Foobie->can('new') ok 26 - Foobie->can('privatize') ok 27 - Foobie->can('DESTROY') ok 28 - Foobie->can('AUTOLOAD') ok 29 - Foobie->can('STORABLE_freeze') ok 30 - Foobie->can('STORABLE_thaw') ok 31 - BUILD initialized ok 32 - Foobie->can('foo') ok 33 - set with bare word ok 34 - set returns right thing ok 35 - returns with bare word ok 36 - returns with get ok 37 - unset ok 38 - raise ok 39 - bar is private in main ok 40 - destroyed ok 41 - readonly set ok 42 - readonly set set the val ok 43 - setting a readonly fails ok 44 - readonly still set ok 45 - Methods with underscores. ok t/inherit..........1..2 ok 1 - use Class::Simple; ok 2 - Inheritance called BUILD in right order. ok t/isa..............1..1 ok 1 - BUILD starts at the furthest ancestor. ok t/nonew............1..3 ok 1 - use Class::Simple; ok 2 - Can't new Foo. ok 3 - Can new Bar. ok t/override.........1..6 ok 1 - use Class::Simple; ok 2 - Base class set. ok 3 - Derived class override. ok 4 - Derived class override. ok 5 - Derived class override. ok 6 - Derived class override. ok t/pod..............1..1 ok 1 - blib\lib\Class\Simple.pm ok t/private1.........1..9 ok 1 - use Class::Simple; ok 2 - BUILD got extra args ok 3 - bar is private in Foo ok 4 - underscore get ok 5 - second underscore get ok 6 - Set double-underscore. ok 7 - Get double-underscore. ok 8 - __shh did not set _shh. ok 9 - _shh did not set shh. ok t/private2.........1..8 ok 1 - use Class::Simple; ok 2 - bar is private from Foobie ok 3 - cannot privatize bar in Foobie ok 4 - Privatizing does not work on ancestors ok 5 - Can only privatize in current class ok 6 - Reading _mongo is private from Foobie ok 7 - Setting _mongo is private from Foobie ok 8 - Defining own set_foo and using _foo works. ok t/private3.........1..5 ok 1 - use Class::Simple; ok 2 - Privatization separates classes. ok 3 - We have a cow, man. ok 4 - Cow's milk is okay, man. ok 5 - Don't mess with a cow's milk, man. ok t/separate_vars....1..0 # Skip Problem with multiple inheritance. skipped all skipped: Problem with multiple inheritance. t/storable.........1..8 ok 1 - use Class::Simple; ok 2 - Can still get stuff after a freeze. ok 3 - Storable freezing and thawing seem to work ok 4 - Freezing and thawing a sub is working ok 5 - Preventing freeze. ok 6 - Preventing thaw. ok 7 - Storable cloning seems to work ok 8 - Storable cloning did not just link ok All tests successful, 1 test skipped. Files=13, Tests=96, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun\build\5-10-0\html\site\lib\Class\Simple.html Installing C:\cpanrun\build\5-10-0\site\lib\Class\Simple.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod