Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
CommitLineData
c6d74d3e 1package # hide from PAUSE
2 CDBase;
ea2e61bf 3
4use strict;
7fb16f1a 5use base qw(DBIx::Class::Test::SQLite);
ea2e61bf 6
71;