Checking if your kit is complete... Looks good Writing Makefile for aliased cp lib/aliased.pm blib/lib/aliased.pm Manifying blib/man3/aliased.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/10aliased.........1..16 ok 1 - require aliased; ok 2 - ... and exported functions should not (yet) be in our namespace ok 3 - aliased() should not be exported by default ok 4 - ... trying to use aliased without a package name should not fail ok 5 - main->can('alias') ok 6 - Trying to use aliased with a module it cannot load should fail ok 7 - ... and it should have an appropriate error message ok 8 - ... and the object it returns isa Really::Long::Module::Name ok 9 - ... and import items should be handled correctly ok 10 - ... and exhibit the correct behavior ok 11 - We should be able to alias to different packages, even though that is really stupid ok 12 - ... and the object returned isa Really::Long::Module::Conflicting::Name ok 13 - We should be able to pass an array ref as an import list ok 14 - ... and it should behave as expected ok 15 - ... and it should behave as expected ok 16 - ... and it should behave as expected ok t/20import..........1..5 ok 1 - use aliased; ok 2 - alias() should be imported into our namespace ok 3 - aliasing to a scalar should succeed ok 4 - ... and it should return the correct results ok 5 - ... and it should still allow importing ok t/30sigdie..........1..2 ok 1 - $SIG{__DIE__} handlers should not be destroyed ok 2 - ... and should behave as expected ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage 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: Test::Pod 1.14 required for testing POD All tests successful, 2 tests skipped. Files=5, Tests=23, 2 wallclock secs ( 1.15 cusr + 0.24 csys = 1.39 CPU) Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/aliased.pm Installing /export/home/cpanrun/build/5.6.1/man/man3/aliased.3 Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod