Checking if your kit is complete... Looks good Writing Makefile for Class::Maker Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp Maker/Basic/Types.pm blib\lib\Class\Maker\Basic\Types.pm cp Maker/Schema.pm blib\lib\Class\Maker\Schema.pm cp Maker.pm blib\lib\Class\Maker.pm cp Maker/Exception.pm blib\lib\Class\Maker\Exception.pm cp Maker/Basic/Reflection.pm blib\lib\Class\Maker\Basic\Reflection.pm cp Maker/Basic/Fields.pm blib\lib\Class\Maker\Basic\Fields.pm cp Maker/Basic/Constructor.pm blib\lib\Class\Maker\Basic\Constructor.pm cp Maker/Basic/Handler/Attributes.pm blib\lib\Class\Maker\Basic\Handler\Attributes.pm cp classwalker.pl blib\lib\Class\classwalker.pl 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/02_mi....1..1 ok 1 ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) C:\cpanrun\build\5-10-0\bin\perl.exe "-Iblib\lib" "-Iblib\arch" test.pl 1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 07:13:52 2008 # Current time GMT: Wed Jan 9 15:13:52 2008 # Using Test.pm version 1.25 ok 1 FIRST: $VAR1 = [ bless( { 'three' => 3, 'one' => 1, 'two' => 2, 'four' => 4 }, 'main::TestMe' ), bless( { 'three' => 3, 'one' => 1, 'two' => '666', 'four' => 4 }, 'main::TestMe' ) ]; predefined default desc = 'Role Descrition' predefined default name = 'Role Name' $VAR1 = bless( { 'desc' => 'Database Administrator', 'name' => 'dba' }, 'Human::Role' ); $VAR1 = [ bless( { 'desc' => 'Database Administrator', 'name' => 'dba' }, 'Human::Role' ), bless( { 'desc' => 'Role Descrition', 'name' => 'dba' }, 'Human::Role' ), bless( { 'name' => 'admin' }, 'Human::Role::Simple' ) ]; $VAR2 = $VAR1->[1]; -------------------------------------------------------------------------------- $VAR1 = 'Human::Role reflex'; $VAR2 = bless( { 'def' => { 'public' => { 'string' => [ 'name', 'desc', 'purpose' ] }, 'default' => { 'desc' => 'Role Descrition', 'name' => 'Role Name' } }, 'methods' => [ 'anew' ], 'name' => 'Human::Role' }, 'Class::Maker::Reflex' ); -------------------------------------------------------------------------------- $VAR1 = 'Human::Role::Simple reflex'; $VAR2 = bless( { 'def' => undef, 'isa' => [ 'Human::Role' ], 'methods' => [ 'new' ], 'name' => 'Human::Role::Simple', 'parents' => { 'Human::Role' => bless( { 'def' => { 'public' => { 'string' => [ 'name', 'desc', 'purpose' ] }, 'default' => { 'desc' => 'Role Descrition', 'name' => 'Role Name' } }, 'isa' => [], 'methods' => [ 'anew' ], 'name' => 'Human::Role' }, 'Class::Maker::Reflex' ) } }, 'Class::Maker::Reflex' ); $VAR1 = [ 'Human::Role' ]; Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod