Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / storage / dbi_env.t
index 462da11..4e71ce5 100644 (file)
@@ -1,6 +1,8 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
-use lib qw(t/lib);
+
 use DBICTest;
 use Test::More;
 use Test::Exception;