Checking if your kit is complete... Looks good Writing Makefile for Class::Maker 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 Manifying blib/man3/Class::Maker.3 Manifying blib/man3/Class::Maker::Schema.3 Manifying blib/man3/Class::Maker::Exception.3 Manifying blib/man3/Class::Maker::Basic::Reflection.3 Manifying blib/man3/Class::classwalker.3 Manifying blib/man3/Class::Maker::Basic::Constructor.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-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.03 cusr + 0.02 csys = 0.05 CPU) PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 # Running under perl version 5.010000 for darwin # Current time local: Sat Nov 24 06:07:59 2007 # Current time GMT: Sat Nov 24 14:07:59 2007 # 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' ]; Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/classwalker.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Maker.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Maker/Exception.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Maker/Schema.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Maker/Basic/Constructor.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Maker/Basic/Reflection.html Installing /Users/cpanrun/build/5.10.0/site/lib/Class/classwalker.pl Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Exception.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Schema.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Basic/Constructor.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Basic/Fields.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Basic/Reflection.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Basic/Types.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Maker/Basic/Handler/Attributes.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::classwalker.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Maker.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Maker::Basic::Constructor.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Maker::Basic::Reflection.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Maker::Exception.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Maker::Schema.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup