Stop shipping world writeable files in our tarball
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / CDBase.pm
CommitLineData
8273e845 1package # hide from PAUSE
c6d74d3e 2 CDBase;
ea2e61bf 3
4use strict;
97d61088 5use base qw(DBIC::Test::SQLite);
ea2e61bf 6
71;