I need to connect to a database to run the test suite. Please supply the connection information for a MySQL or SQLite database that I can use for testing. WARNING: All existing tables in this database will be deleted! Enter "NONE" (without the quotes) to indicate an empty string for a config value. Enter "SKIP" (without the quotes) to skip the test suite completely during the build/install process. The dsn for tests: [dbi:mysql:test] dbi:mysql:test The user for tests: The password for tests: Current values: dsn = 'dbi:mysql:test' user = '' password = '' Checking if your kit is complete... Looks good Writing Makefile for Class::Tables cp lib/Class/Tables/SQLite.pm blib/lib/Class/Tables/SQLite.pm cp lib/Class/Tables/mysql.pm blib/lib/Class/Tables/mysql.pm cp lib/Class/Tables.pm blib/lib/Class/Tables.pm cp lib/Class/Tables/Pg.pm blib/lib/Class/Tables/Pg.pm Manifying blib/man3/Class::Tables.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..0 # Skip Couldn't connect to the database for testing. Run `perl Makefile.PL -s` to reconfigure the connection parameters for the test database. Installing /Users/cpanrun/build/5.10.0/html/site/lib/Class/Tables.html Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Tables.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Tables/mysql.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Tables/Pg.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Class/Tables/SQLite.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Class::Tables.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup