Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / storage / deploy.t
index 3a1f66f..64c2438 100644 (file)
@@ -1,3 +1,4 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy';
 
 use strict;
@@ -7,7 +8,7 @@ use Test::More;
 use Test::Exception;
 use Path::Class qw/dir/;
 
-use lib qw(t/lib);
+
 use DBICTest;
 
 local $ENV{DBI_DSN};