Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_rt41083.t
index 2584290..0e33420 100644 (file)
@@ -1,7 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
-use lib 't/lib';
+
 use DBICTest; # do not remove even though it is not used
 use Test::More tests => 8;