changes in 0.05 dist that mst forgot to commit
[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;