Checking if your kit is complete... Looks good Writing Makefile for Apache::DBI::Cache cp lib/Apache/DBI/Cache/ImaDBI.pm blib/lib/Apache/DBI/Cache/ImaDBI.pm cp lib/Apache/DBI/Cache/mysql.pm blib/lib/Apache/DBI/Cache/mysql.pm cp lib/Apache/DBI/Cache.pod blib/lib/Apache/DBI/Cache.pod cp lib/Apache/DBI/Cache.pm blib/lib/Apache/DBI/Cache.pm Manifying blib/man3/Apache::DBI::Cache::ImaDBI.3 Manifying blib/man3/Apache::DBI::Cache::mysql.3 Manifying blib/man3/Apache::DBI::Cache.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/001cache........1..16 ok 1 - use Apache::DBI::Cache; # using DBD::SQLite ok 2 # skip BerkeleyDB not installed ok 3 # skip BerkeleyDB not installed ok 4 - t/001cache.t(41): connect_on_init1 ok 5 - t/001cache.t(44): connect_on_init2 ok 6 - t/001cache.t(52): html statistics header ok 7 - t/001cache.t(58): html statistics elements ok 8 - t/001cache.t(68): got identical handles ok 9 - t/001cache.t(73): statistics after usage1 ok 10 - t/001cache.t(78): got different handles ok 11 - t/001cache.t(80): statistics after usage2 ok 12 - t/001cache.t(84): %STAT is not tied after finish() ok 13 # skip BerkeleyDB not installed ok 14 # skip BerkeleyDB not installed ok 15 - t/001cache.t(122): undef_at_request_cleanup ok 16 - t/001cache.t(128): undef_at_request_cleanup 2 ok 4/16 skipped: various reasons t/002noshm........1..8 ok 1 - t/002noshm.t(16): !tied %STAT ok 2 - t/002noshm.t(18): connect_on_init1 ok 3 - t/002noshm.t(21): connect_on_init2 ok 4 - t/002noshm.t(25): html statistics ok 5 - t/002noshm.t(33): got identical handles ok 6 - t/002noshm.t(38): statistics after usage1 ok 7 - t/002noshm.t(43): got different handles ok 8 - t/002noshm.t(45): statistics after usage2 ok t/003plugin.......1..10 Can't locate DBD/mysql.pm in @INC (@INC contains: /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-DBI-Cache/blib/lib /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-DBI-Cache/blib/arch /Users/cpanrun/depot/main/Apps/CPAN_Run/lib /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib . /Users/cpanrun/build/5.10.0/site/lib /Users/cpanrun/build/5.10.0/lib .) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-DBI-Cache/blib/lib/Apache/DBI/Cache/mysql.pm line 14. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-DBI-Cache/blib/lib/Apache/DBI/Cache/mysql.pm line 60. Compilation failed in require at (eval 8) line 2. BEGIN failed--compilation aborted at (eval 8) line 2. BEGIN failed--compilation aborted at t/003plugin.t line 25. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay t/004rootclass....1..9 # using DBD::SQLite ok 1 - t/004rootclass.t(55): ref $dbh is X::db ok 2 - t/004rootclass.t(67): got identical handles ok 3 - t/004rootclass.t(69): statistics0 ok 4 - t/004rootclass.t(80): statistics1 ok 5 - t/004rootclass.t(88): got different handles ok 6 - t/004rootclass.t(90): statistics2 ok 7 - t/004rootclass.t(97): ref $dbh is Y::db ok 8 - t/004rootclass.t(99): statistics3 ok 9 - t/004rootclass.t(125): got really the same handle even for another root class ok t/005rootclass....1..9 # using DBD::SQLite ok 1 - t/005rootclass.t(55): ref $dbh is X::db ok 2 - t/005rootclass.t(67): got identical handles ok 3 - t/005rootclass.t(69): statistics0 ok 4 - t/005rootclass.t(80): statistics1 ok 5 - t/005rootclass.t(88): got different handles ok 6 - t/005rootclass.t(90): statistics2 ok 7 - t/005rootclass.t(97): ref $dbh is Y::db ok 8 - t/005rootclass.t(99): statistics3 ok 9 - t/005rootclass.t(125): got really the same handle even for another root class ok t/100mysql........1..0 # Skip no database given, see README skipped all skipped: no database given, see README t/200imadbi.......1..10 ok 1 - t/200imadbi.t(44): statistics0 ok 2 - DBIx::ContextualFetch::db->can('prepare') ok 3 - t/200imadbi.t(57): statistics1 ok 4 - t/200imadbi.t(63): statistics2 ok 5 - t/200imadbi.t(66): got the same handle ok 6 - t/200imadbi.t(77): statistics3 ok 7 - t/200imadbi.t(84): got the same handle even for another class ok 8 - t/200imadbi.t(94): got a new handle while the first one is still used ok 9 - t/200imadbi.t(97): statistics4 ok 10 - t/200imadbi.t(104): statistics5 ok t/201imadbi.......1..10 ok 1 - t/201imadbi.t(42): statistics0 ok 2 - DBIx::ContextualFetch::db->can('prepare') ok 3 - t/201imadbi.t(55): statistics1 ok 4 - t/201imadbi.t(61): statistics2 ok 5 - t/201imadbi.t(64): got the same handle ok 6 - t/201imadbi.t(75): statistics3 ok 7 - t/201imadbi.t(82): got the same handle even for another class ok 8 - t/201imadbi.t(92): got a new handle while the first one is still used ok 9 - t/201imadbi.t(95): statistics4 ok 10 - t/201imadbi.t(102): statistics5 ok t/202imadbi.......1..10 ok 1 - t/202imadbi.t(42): statistics0 ok 2 - DBIx::ContextualFetch::db->can('prepare') ok 3 - t/202imadbi.t(55): statistics1 ok 4 - t/202imadbi.t(61): statistics2 ok 5 - t/202imadbi.t(64): got the same handle ok 6 - t/202imadbi.t(75): statistics3 ok 7 - t/202imadbi.t(82): got the same handle even for another class ok 8 - t/202imadbi.t(92): got a new handle while the first one is still used ok 9 - t/202imadbi.t(95): statistics4 ok 10 - t/202imadbi.t(102): statistics5 ok t/203classdbi.....1..0 # Skip Class::DBI not found skipped all skipped: Class::DBI not found t/204classdbi.....1..0 # Skip Class::DBI not found skipped all skipped: Class::DBI not found t/205classdbi.....1..0 # Skip Class::DBI not found skipped all skipped: Class::DBI not found Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/003plugin.t 255 65280 10 20 1-10 4 tests and 4 subtests skipped. Failed 1/12 test scripts. 10/82 subtests failed. Files=12, Tests=82, 3 wallclock secs ( 1.85 cusr + 0.51 csys = 2.36 CPU) Failed 1/12 test programs. 10/82 subtests failed. make: *** [test_dynamic] Error 255