Checking if your kit is complete... Looks good Writing Makefile for DBIx::Broker cp Broker.pm blib/lib/DBIx/Broker.pm Manifying blib/man3/DBIx::Broker.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl ============= DBIx::Broker Data Initialization ============= Note: not all of the following values may need to be initialized. You may press for any of them, if you would like to leave their values blank. Please enter the DBI database driver (i.e., the second entry in the DBI 'data_source'). Example: mysql driver: Please enter the name of the database to use. Example: customer_database database: Please enter the hostname of the database server. Example: db.wild-woobah.net hostname: Please enter the port on which the database is listening. Example: 3306 port: Please enter the database username with which to connect. Example: httpd user: Please enter the password for that user (if needed). Example: f8m;03V password: Beginning DBIx::Broker tests... Starting Test 1... use DBIx::Broker; Test 1 (module loading) succeeded. Starting Test 2... DBIx::Broker->new( $driver, $database, $hostname, $port, $user, $password ); Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at blib/lib/DBIx/Broker.pm line 73 *** Error: Test 2 (DBIx::Broker object initialization) failed. make: *** [test_dynamic] Error 9