copied Loader into a subdir by accident, moving it to the right spot
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 01use.t
1 use strict;
2 use Test::More tests => 3;
3
4 BEGIN {
5     use_ok 'DBIx::Class::Loader';
6   SKIP: {
7         use_ok 'DBIx::Class::Loader::mysql';
8     }
9   SKIP: {
10         use_ok 'DBIx::Class::Loader::Pg';
11     }
12 }