282b74d067cec224bdf8a76d9a25623f6f3f1e30
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / CDBase.pm
1 package # hide from PAUSE
2     CDBase;
3
4 use strict;
5 use base qw(DBIC::Test::SQLite);
6
7 1;