Checking if your kit is complete... Looks good Writing Makefile for Sub::Information cp lib/Sub/Information.pm blib/lib/Sub/Information.pm Manifying blib/man3/Sub::Information.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.........1..1 ok 1 - use Sub::Information; # Testing Sub::Information 0.02, Perl 5.008008, /Users/cpanrun/build/5.8.8/bin/perl ok t/10-info.........1..20 ok 1 - use Sub::Information; ok 2 - peek() should be exported to our namespace ok 3 - ... and calling it with a valid sub reference should succeed ok 4 - ... and the object it returns isa Sub::Information ok 5 - Sub::Information->can('name') ok 6 - ... and its helper module should not be loaded before it is needed ok 7 - ... and it should return the original name of the subroutine ok 8 - ... and its helper module should be loaded after it is needed ok 9 - Sub::Information->can('package') ok 10 - ... and it should tell us the package the sub is from ok 11 - Sub::Information->can('fullname') ok 12 - ... and it should give us the fully qualified sub name ok 13 - Sub::Information->can('code') ok 14 - ... and it should return the source code ok 15 - Sub::Information->can('address') ok 16 - ... and it should return the address ok 17 - Sub::Information->can('variables') ok 18 - ... and the variable values should be undef if the sub is not in use ok 19 - ... and the variable values should be defined if the sub is in use ok 20 - ... but variable values should not be cached ok t/20-noalias......1..20 ok 1 - use Sub::Information; ok 2 - inspect() should be exported to our namespace ok 3 - ... and calling it with a valid sub reference should succeed ok 4 - ... and the object it returns isa Sub::Information ok 5 - Sub::Information->can('name') ok 6 - ... and its helper module should not be loaded before it is needed ok 7 - ... and it should return the original name of the subroutine ok 8 - ... and its helper module should be loaded after it is needed ok 9 - Sub::Information->can('package') ok 10 - ... and it should tell us the package the sub is from ok 11 - Sub::Information->can('fullname') ok 12 - ... and it should give us the fully qualified sub name ok 13 - Sub::Information->can('code') ok 14 - ... and it should return the source code ok 15 - Sub::Information->can('address') ok 16 - ... and it should return the address ok 17 - Sub::Information->can('variables') ok 18 - ... and the variable values should be undef if the sub is not in use ok 19 - ... and the variable values should be defined if the sub is in use ok 20 - ... but variable values should not be cached ok t/30-dump.........1..3 ok 1 - use Sub::Information; ok 2 - Sub::Information->can('dump') ok 3 - ... and it should return the Devel::Peek dump 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/Sub/Information.pm ok All tests successful, 1 test skipped. Files=6, Tests=45, 1 wallclock secs ( 0.81 cusr + 0.20 csys = 1.01 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Sub/Information.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Sub/Information.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Sub::Information.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod