Checking if your kit is complete... Looks good Writing Makefile for Template::Plugin::DBI In order to run the test suite correctly you must set the following environment variables: DBI_DSN = datasource that describes your test database e.g. dbi:mysql:test DBI_USER = if a username is required for the above datasource DBI_PASS = if a password is required for the above datasource cp DBI.pm blib/lib/Template/Plugin/DBI.pm Manifying blib/man3/Template::Plugin::DBI.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic......# failed test 2 at line 73 FAILED test 2 Failed 1/2 tests, 50.00% okay t/connect....DBI_DSN should be set to point to a test database Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay t/count......DBI_DSN should be set to point to a test database Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay t/do.........DBI_DSN should be set to point to a test database Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay t/error......DBI_DSN should be set to point to a test database Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay t/first......# failed test 2 at line 73 FAILED test 2 Failed 1/2 tests, 50.00% okay t/nested.....DBI_DSN should be set to point to a test database Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay t/prepare....Test header seen more than once! FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/basic.t 2 1 50.00% 2 t/connect.t 1 1 100.00% 1 t/count.t 1 1 100.00% 1 t/do.t 1 1 100.00% 1 t/error.t 1 1 100.00% 1 t/first.t 2 1 50.00% 2 t/nested.t 1 1 100.00% 1 t/prepare.t 1 1 100.00% 1 Failed 8/8 test scripts, 0.00% okay. 8/10 subtests failed, 20.00% okay. make: *** [test_dynamic] Error 25