remove comment headers
[dbsrgits/DBIx-Class.git] / t / admin / 01load.t
CommitLineData
9f3849c3 1use strict;
2use warnings;
3
34963a09 4use Test::More;
6bceaca3 5
6
7BEGIN {
8 eval "use DBIx::Class::Admin";
9 plan skip_all => "Deps not installed: $@" if $@;
10}
11
12use_ok 'DBIx::Class::Admin';
9f3849c3 13
14
15done_testing;