Found DBI version 1.601 Found the following DBD drivers: 1.) DBM 2.) Gofer 3.) Ovrimos 4.) SQLRelay 5.) SQLite 6.) Sprite 7.) XBase 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.) Gofer [dbi:Gofer:test] Username [undef]3.) Ovrimos [dbi:Ovrimos:test] Username [undef]4.) SQLRelay [dbi:SQLRelay:test] Username [undef]5.) SQLite [dbi:SQLite:test.db] Username [undef]6.) Sprite [dbi:Sprite:test] Username [undef]7.) XBase [dbi:XBase:test] Username [undef] The tests will performed with the following parameters DBM -> dbi:DBM:test Gofer -> dbi:Gofer:test Ovrimos -> dbi:Ovrimos:test SQLRelay -> dbi:SQLRelay:test SQLite -> dbi:SQLite:test.db Sprite -> dbi:Sprite:test XBase -> dbi:XBase: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 Intrors.pod blib/lib/DBIx/Intrors.pod cp Recordset/FileSeq.pm blib/lib/DBIx/Recordset/FileSeq.pm cp Recordset/DBSeq.pm blib/lib/DBIx/Recordset/DBSeq.pm cp Compat.pm blib/lib/DBIx/Compat.pm cp Database.pm blib/lib/DBIx/Database.pm cp Recordset.pm blib/lib/DBIx/Recordset.pm 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::Database.3 Manifying blib/man3/DBIx::Recordset.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" 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 DBI-Version: 1.601 DBD-Version: 0.03 Creating the testtables... ok Setup Object for dbixrs1... ok SQLSelect All... ERROR in SQLSelect All id = 11 The field named addon has value NULL When it should have value it ok? Setup Object for dbixrs2... ok SQLSelect All... ERROR in SQLSelect All id = 4 The field named dbixrs4_id has value NULL When it should have value 4 Setup Object for dbixrs1, dbixrs2... ok SQLSelect All... Test terminated with fatal error! Look at test.log make: *** [test_dynamic] Error 25