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