Checking if your kit is complete... Looks good Writing Makefile for Class::Accessor::Fast::Contained cp lib/Class/Accessor/Fast/Contained.pm blib/lib/Class/Accessor/Fast/Contained.pm Manifying blib/man3/Class::Accessor::Fast::Contained.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/09-twoobjects......1..3 ok 1 - require Class::Accessor::Fast::Contained; ok 2 - foo accessor wasn't overwritten ok 3 - separate foo accessor also worked ok t/10-accessors.......1..13 ok 1 - require Class::Accessor::Fast::Contained; ok 2 - foo accessor ok 3 - foo hash element ok 4 - ro accessor ok 5 - ro accessor write protection ok 6 - wo accessor ok 7 - wo accessor read protection ok 8 - accessor alias ok 9 - internal override access ok 10 - internal override constant ok 11 - bad accessor ok 12 - accessor get in list context ok 13 - mk DESTROY accessor warning ok t/20-aliases.........1..12 ok 1 - require Class::Accessor::Fast::Contained; ok 2 - 'read_foo' method exists ok 3 - 'read_roro' method exists ok 4 - 'write_foo' method exists ok 5 - 'write_wowo' method exists ok 6 - no 'foo' method ok 7 - no 'roro' method ok 8 - no 'wowo' method ok 9 - no 'write_roro' method ok 10 - no 'read_wowo' method ok 11 - initial foo ok 12 - new foo ok t/30-bestpractice....1..12 ok 1 - require Class::Accessor::Fast::Contained; ok 2 - 'get_foo' method exists ok 3 - 'get_roro' method exists ok 4 - 'set_foo' method exists ok 5 - 'set_wowo' method exists ok 6 - no 'foo' method ok 7 - no 'roro' method ok 8 - no 'wowo' method ok 9 - no 'set_roro' method ok 10 - no 'get_wowo' method ok 11 - initial foo ok 12 - new foo ok t/40-croak...........1..2 ok 1 - we croaked for ro ok 2 - we croaked for wo ok t/pod-coverage.......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod................1..1 ok 1 - blib/lib/Class/Accessor/Fast/Contained.pm ok All tests successful, 1 test skipped. Files=7, Tests=43, 0 wallclock secs ( 0.50 cusr + 0.16 csys = 0.66 CPU) make: *** [htmlifypods] Hangup