more and more todo
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / 03-deprecated.t
1 #!perl
2
3 use Test::More;
4
5 use_ok 'DBIx::Class::DeploymentHandler::Deprecated';
6
7 done_testing;
8 __END__
9
10 vim: ts=2 sw=2 expandtab