Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / inflate / hri.t
index b5e9d2f..0564cad 100644 (file)
@@ -1,3 +1,5 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
@@ -11,7 +13,7 @@ BEGIN {
 }
 
 use Test::Exception;
-use lib qw(t/lib);
+
 use DBICTest;
 my $schema = DBICTest->init_schema();