Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / CDBase.pm
1 package # hide from PAUSE
2     CDBase;
3
4 use warnings;
5 use strict;
6
7 use base qw(DBIC::Test::SQLite);
8
9 1;