Enter name of database for testing [ GinsuTest ] : Enter database username for testing [ test ] : Enter database password for testing [ ] : Created t/my_dbi_conf.pm with database connection parameters. Checking if your kit is complete... Looks good Writing Makefile for SPOPSx-Ginsu cp SPOPSx/Ginsu/DBI.pm blib/lib/SPOPSx/Ginsu/DBI.pm cp SPOPSx/Ginsu.pm blib/lib/SPOPSx/Ginsu.pm Manifying blib/man3/SPOPSx::Ginsu::DBI.3 Manifying blib/man3/SPOPSx::Ginsu.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01_new............ok t/02_createtables...DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03_fetch..........DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-80 Failed 80/80 tests, 0.00% okay t/04_remove.........DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/05_save...........DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay t/06_links_to.......DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-19 Failed 19/19 tests, 0.00% okay t/07_has_a..........DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-20 Failed 20/20 tests, 0.00% okay t/08_clone..........DBI connect('GinsuTest;mysql_client_found_rows=0','test',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at blib/lib/SPOPSx/Ginsu/DBI.pm line 16 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-46 Failed 46/46 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/02_createtables.t 255 65280 1 1 100.00% 1 t/03_fetch.t 255 65280 80 80 100.00% 1-80 t/04_remove.t 255 65280 14 14 100.00% 1-14 t/05_save.t 255 65280 11 11 100.00% 1-11 t/06_links_to.t 255 65280 19 19 100.00% 1-19 t/07_has_a.t 255 65280 20 20 100.00% 1-20 t/08_clone.t 255 65280 46 46 100.00% 1-46 Failed 7/8 test scripts, 12.50% okay. 191/225 subtests failed, 15.11% okay. make: *** [test_dynamic] Error 2