Checking for installed modules Persistent::DBI ..............ok DBD::mysql ...................ok Checking if your kit is complete... Looks good Writing Makefile for Persistent::MySQL cp lib/Persistent/MySQL.pm blib/lib/Persistent/MySQL.pm Manifying blib/man3/Persistent::MySQL.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/00pre.......Can't connect to database: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) ------------------------------------------------------------ Make sure that the LOGIN file contains the correct information to connect to your database. ------------------------------------------------------------ dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/10insert....An exception occurred: Can't connect to database: dbi:mysql:test DBI Error Code: 2002 DBI Error Message: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/common.pl line 65 FAILED before any test output arrived t/20delete....An exception occurred: Can't connect to database: dbi:mysql:test DBI Error Code: 2002 DBI Error Message: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/common.pl line 65 FAILED before any test output arrived t/30update....An exception occurred: Can't connect to database: dbi:mysql:test DBI Error Code: 2002 DBI Error Message: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/common.pl line 65 FAILED before any test output arrived t/40copy......An exception occurred: Can't connect to database: dbi:mysql:test DBI Error Code: 2002 DBI Error Message: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/common.pl line 65 FAILED before any test output arrived t/90post......Can't connect to database: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/common.pl line 145. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00pre.t 255 65280 2 2 100.00% 2 t/10insert.t ?? ?? % ?? t/20delete.t ?? ?? % ?? t/30update.t ?? ?? % ?? t/40copy.t ?? ?? % ?? t/90post.t 255 65280 1 2 200.00% 1 Failed 6/6 test scripts, 0.00% okay. 9/10 subtests failed, 10.00% okay. make: *** [test_dynamic] Error 255