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 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' 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 skipped: not applicable on this platform t/count.............DBI_DSN should be set to point to a test database skipped: not applicable on this platform t/do................DBI_DSN should be set to point to a test database skipped: not applicable on this platform t/error.............DBI_DSN should be set to point to a test database skipped: not applicable on this platform 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 skipped: not applicable on this platform t/prepare...........skipped: not applicable on this platform Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/basic.t 2 1 50.00% 2 t/first.t 2 1 50.00% 2 6 tests skipped. Failed 2/8 test scripts, 75.00% okay. 8/10 subtests failed, 20.00% okay. make: *** [test_dynamic] Error 29