Cannot determine perl version info from lib/POE/Component/MDBA.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Class::Accessor::Fast ...loaded. (0.31) - Class::Inspector ...loaded. (1.17) - Data::Dumper ...loaded. (2.121_08) - DBI ...loaded. (1.59) - Digest::MD5 ...loaded. (2.36) - POE ...loaded. (0.9999) - POE::Component::Generic ...loaded. (0.1006) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for POE::Component::MDBA cp lib/POE/Component/MDBA/Backend.pm blib/lib/POE/Component/MDBA/Backend.pm cp lib/POE/Component/MDBA/Backend/DBIC.pm blib/lib/POE/Component/MDBA/Backend/DBIC.pm cp lib/POE/Component/MDBA/Backend/DBI.pm blib/lib/POE/Component/MDBA/Backend/DBI.pm cp lib/POE/Component/MDBA.pm blib/lib/POE/Component/MDBA.pm Manifying blib/man3/POE::Component::MDBA::Backend.3 Manifying blib/man3/POE::Component::MDBA::Backend::DBIC.3 Manifying blib/man3/POE::Component::MDBA::Backend::DBI.3 Manifying blib/man3/POE::Component::MDBA.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01_use.t t/02_dbi.t t/03_dbic.t t/99_kwalitee.t t/99_pod-coverage.t t/99_pod.t t/01_use.............1..2 ok 1 - use POE::Component::MDBA; ok 2 - use POE::Component::MDBA::Backend::DBI; ok t/02_dbi.............1..7 ok 1 - use POE::Component::MDBA; ok 2 - cookies are in tact ok 3 - cookies are in tact ok 4 - cookies are in tact ok 5 - finalize properly called ok 6 - cookies are in tact ok 7 - results are as expected ok t/03_dbic............1..9 ok 1 - use POE::Component::MDBA; Base class package "Class::Data::Accessor" is empty. (Perhaps you need to 'use' the module which defines that package first.) at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/DBIx/Class.pm line 7 BEGIN failed--compilation aborted at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/DBIx/Class.pm line 7. Compilation failed in require at (eval 65) line 3. ...propagated at /Users/cpanrun/build/5.8.8/lib/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/DBIx/Class/Schema.pm line 9. Compilation failed in require at (eval 63) line 3. ...propagated at /Users/cpanrun/build/5.8.8/lib/5.8.8/base.pm line 85. BEGIN failed--compilation aborted at t/lib/MDBATest/Schema.pm line 3. Compilation failed in require at t/03_dbic.t line 16. BEGIN failed--compilation aborted at t/03_dbic.t line 16. # Looks like you planned 9 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-9 Failed 8/9 tests, 11.11% okay t/99_kwalitee........1..0 # Skip Enable TEST_KWALITEE to enable these tests skipped all skipped: Enable TEST_KWALITEE to enable these tests t/99_pod-coverage....1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD t/99_pod.............1..0 # Skip Enable TEST_POD environment variable to test POD skipped all skipped: Enable TEST_POD environment variable to test POD Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/03_dbic.t 255 65280 9 16 2-9 3 tests skipped. Failed 1/6 test scripts. 8/18 subtests failed. Files=6, Tests=18, 3 wallclock secs ( 1.19 cusr + 0.55 csys = 1.74 CPU) Failed 1/6 test programs. 8/18 subtests failed. make: *** [test_dynamic] Error 25