added more many_to_many tests and changed add_to_rel to accept linking table column...
[dbsrgits/DBIx-Class-Historic.git] / t / testlib / CDBase.pm
1 package # hide from PAUSE 
2     CDBase;
3
4 use strict;
5 use base qw(DBIx::Class::Test::SQLite);
6
7 1;