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
1 package # hide from PAUSE 
2     CDBase;
3
4 use strict;
5 use base qw(DBIx::Class::Test::SQLite);
6
7 1;