Enter the DBD driver name [mysql]: Enter the database hostname [localhost]: Enter database port number [3128]: Enter database name [test]: Enter an userid which can manage tables [root]: Enter password: stty: stdin isn't a terminal stty: stdin isn't a terminal Checking if your kit is complete... Looks good Writing Makefile for HTML::Puzzle cp Puzzle/Format.pod blib/lib/HTML/Puzzle/Format.pod cp Puzzle/DBTable.pm blib/lib/HTML/Puzzle/DBTable.pm cp Puzzle.pm blib/lib/HTML/Puzzle.pm cp Puzzle/DBTable.pod blib/lib/HTML/Puzzle/DBTable.pod cp Puzzle.pod blib/lib/HTML/Puzzle.pod cp Puzzle/Format.pm blib/lib/HTML/Puzzle/Format.pm Manifying blib/man3/HTML::Puzzle::Format.3 Manifying blib/man3/HTML::Puzzle::DBTable.3 Manifying blib/man3/HTML::Puzzle.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/01__DBTable....DBI connect('database=test;host=localhost;port=3128','root',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/01__DBTable.t line 21 Unable to open db handle at t/01__DBTable.t line 21. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/02___Format....DBI connect('database=test;host=localhost;port=3128','root',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/02___Format.t line 14 Unable to open db handle at t/02___Format.t line 14. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/99___DropTT....DBI connect('database=test;host=localhost;port=3128','root',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/99___DropTT.t line 21 Unable to open db handle at t/99___DropTT.t line 21. 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/01__DBTable.t 255 65280 6 11 183.33% 1-6 t/02___Format.t 255 65280 2 3 150.00% 1-2 t/99___DropTT.t 255 65280 1 1 100.00% 1 Failed 3/3 test scripts, 0.00% okay. 9/9 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 255