I will use the following settings for compiling and testing: testdb (default) = test testdriver (default) = testdsn (default) = testhost (default) = testpassword (default) = testport (default) = testuser (default) = To change these settings, see 'perl Makefile.PL --help'. ------------------------------!!!! WARNING !!!!------------------------------- --- The test suite (runnable with "make test") will attempt to create --- --- tables in the database that you configured this for (by default the --- --- "test" database). It will also insert data into those tables, and --- --- DROP the tables once it has completed it's tests. --- --- The table names it uses are "Users", "Groups", "UserGroups", and --- --- "sessions". --- --- Make sure you specify a database that can afford having these --- --- opperations done. The default database "test" is often safe to use. --- ------------------------------!!!! WARNING !!!!------------------------------- Checking if your kit is complete... Looks good Writing Makefile for WWW::Authen::Simple cp Simple.pm blib/lib/WWW/Authen/Simple.pm Manifying blib/man3/WWW::Authen::Simple.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/1.................DBI connect('test::','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/1.t line 53 # Failed test (t/1.t at line 55) Can't call method "ping" on an undefined value at t/1.t line 56. # Looks like you planned 63 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-63 Failed 61/63 tests, 3.17% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/1.t 255 65280 63 61 96.83% 3-63 Failed 1/1 test scripts, 0.00% okay. 61/63 subtests failed, 3.17% okay. make: *** [test_dynamic] Error 2