Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / BasicRels.pm
1 package DBICTest::BasicRels;
2
3 use DBICTest::Schema;
4 use DBICTest::Schema::BasicRels;
5 use DBICTest::Setup;
6
7 1;