5abfcf2a25370056e89876a4c89b9a869f666cb7
[dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git] / t / 00use.t
1 use strict;
2 use warnings;
3 use lib 't/lib';
4 use Test::More qw(no_plan);
5
6 BEGIN { use_ok $_ for qw/MTITest NoSequence Cafe/; }