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 /home/cpanrun/ia64/build/5.8.2/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.008002, /home/cpanrun/ia64/build/5.8.2/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..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=6, Tests=44, 1 wallclock secs ( 1.36 cusr + 0.26 csys = 1.62 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/Sub/Information.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/Sub::Information.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod