Checking if your kit is complete... Looks good Writing Makefile for DBIx::VersionedSubs cp lib/DBIx/VersionedSubs/AutoLoad.pm blib/lib/DBIx/VersionedSubs/AutoLoad.pm cp lib/DBIx/VersionedSubs.pm blib/lib/DBIx/VersionedSubs.pm Manifying blib/man3/DBIx::VersionedSubs::AutoLoad.3 Manifying blib/man3/DBIx::VersionedSubs.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_overload...................1..3 ok 1 - Builtin code gets called ok 2 - Function address has changed ok 3 - New code from database gets called ok t/01_setup......................1..4 ok 1 - code_version ok 2 - code_source ok 3 - code_live ok 4 - code_history ok t/01_setup_autoload.............1..4 ok 1 - code_version ok 2 - code_source ok 3 - code_live ok 4 - code_history ok t/02_best_practices.............1..3 ok 1 - BEGIN block runs once at init_code() time ok 2 - INIT block was not run at init_code() time ok 3 - CHECK block was not run at init_code() time ok t/02_best_practices_autoload....1..3 ok 1 - BEGIN block runs once at init_code() time ok 2 - INIT block was not run at init_code() time ok 3 - CHECK block was not run at init_code() time ok t/02_create_sub.................1..4 ok 1 - func() doesn't exist ok 2 - ... and Perl thinks so too ok 3 - func() exists now ok 4 - ... and Perl thinks so too ok t/02_create_sub_autoload........1..4 ok 1 - func() doesn't exist ok 2 - ... and Perl thinks so too ok 3 - func() exists now ok 4 - ... and Perl thinks so too ok t/02_detect_change..............1..9 ok 1 - Unoverridden code works ok 2 - We start out at DB code version 0 ok 3 - We start out at Perl code version 0 ok 4 - Installing subroutines from init_code() works ok 5 - Replacing subroutines doesn't take place immediately ok 6 - Our version indicates a code change ok 7 - Replacing subroutines takes place after ->update_code() ok 8 - The code versions are equal ok 9 - Our code version increased ok t/02_detect_change_autoload.....1..8 ok 1 - We start out at DB code version 0 ok 2 - We start out at Perl code version 0 ok 3 - Installing subroutines from init_code() works ok 4 - Replacing subroutines doesn't take place immediately ok 5 - Our version indicates a code change ok 6 - Replacing subroutines takes place after ->update_code() ok 7 - The code versions are equal ok 8 - Our code version increased ok t/03_package....................1..2 ok 1 - BEGIN block runs in correct package ok 2 - DB-subroutine runs in correct package ok t/03_strict.....................1..5 ok 1 - The correct warnings get raised for undeclared variables ok 2 - Some code was defined for 'test_declared_var' ok 3 - No code was defined for 'test_undeclared_var' because of the 'strict' error ok 4 - The declared variable got incremented ok 5 - The undeclared variable didn't get incremented ok t/03_syntax_error...............1..6 ok 1 - The correct warning gets raised syntax error ok 2 - The correct warning gets raised syntax error ok 3 - The correct warning gets raised syntax error ok 4 - The existing code was kept ok 5 - No code was defined for 'test_syntax_error' because of the syntax error ok 6 - test_syntax_error_overwrite() is still the same code ok t/99-manifest...................1..9 ok 1 - MANIFEST exists ok 2 - No empty lines in MANIFEST ok 3 - No whitespace-only lines in MANIFEST ok 4 - No trailing whitespace on lines in MANIFEST ok 5 - MANIFEST.skip exists ok 6 - No empty lines in MANIFEST.skip ok 7 - No whitespace-only lines in MANIFEST.skip ok 8 - No trailing whitespace on lines in MANIFEST.skip ok 9 - No test files left out of MANIFEST ok t/99-pod........................1..0 # Skip Test::Pod required for testing POD skipped all skipped: Test::Pod required for testing POD t/99-todo.......................1..2 ok 1 - Looking for XXXes in blib/lib/DBIx/VersionedSubs.pm ok 2 - Looking for XXXes in blib/lib/DBIx/VersionedSubs/AutoLoad.pm ok t/99-unix-text..................1..2 ok 1 - 'blib/lib/DBIx/VersionedSubs.pm' contains no windows newlines ok 2 - 'blib/lib/DBIx/VersionedSubs/AutoLoad.pm' contains no windows newlines ok t/99-versions...................# Checking for $VERSION = '0.06'; ok 1 - blib/lib/DBIx/VersionedSubs.pm ok 2 - blib/lib/DBIx/VersionedSubs/AutoLoad.pm 1..2 ok All tests successful, 1 test skipped. Files=17, Tests=70, 22 wallclock secs (18.65 cusr + 2.89 csys = 21.54 CPU) Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/DBIx/VersionedSubs.pm Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/DBIx/VersionedSubs/AutoLoad.pm Installing /export/home/cpanrun/build/5.8.0/man/man3/DBIx::VersionedSubs::AutoLoad.3 Installing /export/home/cpanrun/build/5.8.0/man/man3/DBIx::VersionedSubs.3 Appending installation info to /export/home/cpanrun/build/5.8.0/lib/5.8.0/sun4-solaris-thread-multi/perllocal.pod