Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
1 package CDBase;
2
3 use strict;
4 use base qw(DBIx::Class::Test::SQLite);
5
6 1;