Stop shipping world writeable files in our tarball
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
CommitLineData
20c48bc4 1package DBICTestAdminInc;
27a701f9 2use base 'DBICTest::BaseSchema';
20c48bc4 3
1c4391f3 4sub connect { exit 70 } # this is what the test will expect to see
20c48bc4 5
61;