added back the r3131 tests in concise form, wrapped S::DBI::_execute in dbh_do to fix
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
CommitLineData
c6d74d3e 1package # hide from PAUSE
2 CDBase;
ea2e61bf 3
4use strict;
7fb16f1a 5use base qw(DBIx::Class::Test::SQLite);
ea2e61bf 6
71;