handle the throw_exception bit. Drop DBIx::Class::Exception
[dbsrgits/DBIx-Class-Historic.git] / t / testlib / CDBase.pm
1 package CDBase;
2
3 use strict;
4 use base qw(DBIx::Class::Test::SQLite);
5
6 1;