Checking if your kit is complete... Looks good Writing Makefile for autorequire cp lib/autodynaload.pm blib/lib/autodynaload.pm cp lib/autorequire.pm blib/lib/autorequire.pm Manifying blib/man3/autodynaload.3 Manifying blib/man3/autorequire.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/01_autorequire.............1..15 ok 1 - use autorequire; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 - The object isa IO::Handle ok 15 ok t/02_autodynaload_default....1..7 ok 1 - use autodynaload; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - The object isa IO::Handle ok t/03_autodynaload_hook.......1..3 ok 1 - use autodynaload; # Failed test at t/03_autodynaload_hook.t line 29. # '' # doesn't match '(?-xism:Can't locate loadable object)' not ok 2 ok 3 # Looks like you failed 1 test of 3. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/3 tests, 66.67% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03_autodynaload_hook.t 1 256 3 1 2 Failed 1/3 test scripts. 1/25 subtests failed. Files=3, Tests=25, 29 wallclock secs ( 5.61 cusr + 2.91 csys = 8.52 CPU) Failed 1/3 test programs. 1/25 subtests failed. make: *** [test_dynamic] Error 1