Found DBI version 1.37 Found the following DBD drivers: 1.) DBM 2.) Mock 3.) mysql For running tests it's necessary to have an existing datasource for each DBD driver against which DBIx::Recordset should be tested. For most drivers, DROP DATABASE TEST; CREATE DATABASE TEST is adequate. For SQLite, it is recommended to do the following: cd $DIST; cat > test.db to create an empty database. $DIST is the root directory of the Recordset distribution. Please enter a valid datasource (or accept the default) for each DBD driver or enter a '.' if you do not want to test DBIx::Recordset against this driver 1.) DBM [dbi:DBM:test] Username [undef]2.) Mock [dbi:Mock:test] Username [undef]3.) mysql [dbi:mysql:test] Username [undef] The tests will performed with the following parameters DBM -> dbi:DBM:test Mock -> dbi:Mock:test mysql -> dbi:mysql:test In every of the above datasources the tables dbixrs1, dbixrs2, dbixrs3, dbixrs4 will be created and dropped afterwards. Please make sure the datasources exist *before* you run make test. Checking if your kit is complete... Looks good Writing Makefile for DBIx::Recordset cp Database.pm blib/lib/DBIx/Database.pm cp Recordset/FileSeq.pm blib/lib/DBIx/Recordset/FileSeq.pm cp Intrors.pod blib/lib/DBIx/Intrors.pod cp Recordset/DBSeq.pm blib/lib/DBIx/Recordset/DBSeq.pm cp Compat.pm blib/lib/DBIx/Compat.pm cp Recordset.pm blib/lib/DBIx/Recordset.pm Manifying blib/man3/DBIx::Database.3 Manifying blib/man3/DBIx::Recordset::FileSeq.3 Manifying blib/man3/DBIx::Intrors.3 Manifying blib/man3/DBIx::Recordset::DBSeq.3 Manifying blib/man3/DBIx::Compat.3 Manifying blib/man3/DBIx::Recordset.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 test.pl Loading... ok Using the following parameters for testing: DBD-Driver: DBM Database: dbi:DBM:test User: Password: Table: dbixrs1 Table: dbixrs2 Table: dbixrs3 Table: dbixrs4 Table: dbix_rs5 Table: dbix_rs6 Table: dbixseq Table: dbixrsdel Test terminated with fatal error! Look at test.log make: *** [test_dynamic] Error 255