Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / storage / stats.t
index c164399..58fbde0 100644 (file)
@@ -1,11 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 use Test::More;
 
 plan tests => 12;
 
-use lib qw(t/lib);
-
 use_ok('DBICTest');
 my $schema = DBICTest->init_schema();