Checking if your kit is complete... Looks good Writing Makefile for Acme::UNIVERSAL::new cp lib/Acme/UNIVERSAL/new.pm blib/lib/Acme/UNIVERSAL/new.pm Manifying blib/man3/Acme::UNIVERSAL::new.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/0-signature.....1..1 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. ok 1 # skip Module::Signature not installed ok 1/1 skipped: various reasons t/00-load.........1..1 # Testing Acme::UNIVERSAL::new 0.01, Perl 5.010000, /Users/cpanrun/build/5.10.0/bin/perl ok 1 - use Acme::UNIVERSAL::new; ok t/base............ok 1 - use Acme::UNIVERSAL::new; ok 2 - main->can('new') ok 3 - new() should be UNIVERSAL ok 4 - UNIVERSAL::new() should create Foo objects... ok 5 - UNIVERSAL::new() should create Foo::Bar objects... ok 6 - UNIVERSAL::new() should create Foo::Bar::Baz objects... ok 7 - UNIVERSAL::new() should create Test::Builder objects... not ok 8 - ... but no other classes # Failed test '... but no other classes' # at t/base.t line 40. # got: '66' # expected: '100' ok 9 - UNIVERSAL::new() should create HASH objects... ok 10 - UNIVERSAL::new() should create SCALAR objects... ok 11 - UNIVERSAL::new() should create ARRAY objects... ok 12 - UNIVERSAL::new() should create CODE objects... ok 13 - UNIVERSAL::new() should create GLOB objects... ok 14 - ... but only those types 1..14 # Looks like you failed 1 test of 14. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 8 Failed 1/14 tests, 92.86% okay 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/Acme/UNIVERSAL/new.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/base.t 1 256 14 1 8 1 test and 1 subtest skipped. Failed 1/5 test scripts. 1/17 subtests failed. Files=5, Tests=17, 2 wallclock secs ( 0.65 cusr + 0.12 csys = 0.77 CPU) Failed 1/5 test programs. 1/17 subtests failed. make: *** [test_dynamic] Error 255