Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / 35exception_inaction.t
index 0d8597f..ffbabc5 100644 (file)
@@ -1,7 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
-use lib 't/lib';
+
 use DBICTest::RunMode;
 BEGIN {
   if( DBICTest::RunMode->is_plain ) {