Checking if your kit is complete... Looks good Writing Makefile for Devel::Sub::Which cp lib/Devel/Sub/Which.pm blib/lib/Devel/Sub/Which.pm Manifying blib/man3/Devel::Sub::Which.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-basic...........1..4 ok 1 - use Devel::Sub::Which; ok 2 - $foo->which("method") ok 3 - ref_to_name(cref) ok 4 - which(cref) ok t/02-export..........1..8 ok 1 - use Devel::Sub::Which; ok 2 - which exported ok 3 - ref_to_name exported ok 4 - and exported which is the real one ok 5 - anyone->can('which') ok 6 - UNIVERSAL->can('which') ok 7 - $gorch->which("method") ok 8 - $gorch->which("which") ok t/03-errors..........1..3 ok 1 - use Devel::Sub::Which; ok 2 - B dies when ref_to_name doesn't get a ref ok 3 - broken can causes error ok t/04-regression......1..2 ok 1 - use Devel::Sub::Which; ok 2 - ref_to_name imported despite appearing after :universal ok t/99-distribution....1..6 ok 1 - Checking MANIFEST integrity ok 2 - use Devel::Sub::Which; ok 3 - Devel::Sub::Which defines a version ok 4 # skip Module::Build PREREQ_PM not yet implemented ok 5 - POD test for blib/lib/Devel/Sub/Which.pm ok 6 # skip Test::Pod::Coverage required for testing POD ok 2/6 skipped: various reasons All tests successful, 2 subtests skipped. Files=5, Tests=23, 1 wallclock secs ( 0.56 cusr + 0.15 csys = 0.71 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Devel/Sub/Which.html Installing /Users/cpanrun/build/5.10.0/site/lib/Devel/Sub/Which.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Devel::Sub::Which.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup