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