Checking if your kit is complete... Looks good Writing Makefile for SQL::Secretary cp DBH.pm blib/lib/SQL/DBH.pm cp Secretary.pm blib/lib/SQL/Secretary.pm Manifying blib/man3/SQL::Secretary.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/02_make_table........DBI connect('dbname=mydb','postgres',...) failed: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? at DBH.pm line 6 No useable dbh discovered in $SQL::Secretary::DBH $main::DBH at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Secretary/blib/lib/SQL/Secretary.pm line 69. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03_populate_table....DBI connect('dbname=mydb','postgres',...) failed: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? at DBH.pm line 6 No useable dbh discovered in $SQL::Secretary::DBH $main::DBH at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Secretary/blib/lib/SQL/Secretary.pm line 69. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/04_sql_on_table......DBI connect('dbname=mydb','postgres',...) failed: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? at DBH.pm line 6 "my" variable $col masks earlier declaration in same scope at t/04_sql_on_table.t line 23. "my" variable @col masks earlier declaration in same scope at t/04_sql_on_table.t line 29. "my" variable $sql masks earlier declaration in same scope at t/04_sql_on_table.t line 35. "my" variable $row masks earlier declaration in same scope at t/04_sql_on_table.t line 44. "my" variable $sql masks earlier declaration in same scope at t/04_sql_on_table.t line 47. "my" variable @rows masks earlier declaration in same scope at t/04_sql_on_table.t line 52. No useable dbh discovered in $SQL::Secretary::DBH $SQL::Secretary::DBH at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Secretary/blib/lib/SQL/Secretary.pm line 69. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/99_drop_table........DBI connect('dbname=mydb','postgres',...) failed: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"? at DBH.pm line 6 String found where operator expected at t/99_drop_table.t line 9, near "sql_do 'drop table weather__temp'" (Do you need to predeclare sql_do?) syntax error at t/99_drop_table.t line 9, near "sql_do 'drop table weather__temp'" Execution of t/99_drop_table.t aborted due to compilation errors. 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/02_make_table.t 255 65280 1 2 200.00% 1 t/03_populate_table.t 255 65280 1 2 200.00% 1 t/04_sql_on_table.t 255 65280 6 12 200.00% 1-6 t/99_drop_table.t 255 65280 1 2 200.00% 1 Failed 4/4 test scripts, 0.00% okay. 9/9 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 255