Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / storage / dbic_pretty.t
index 1a1c32e..89f12dd 100644 (file)
@@ -1,9 +1,10 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_prettydebug';
 
 use strict;
 use warnings;
 
-use lib qw(t/lib);
+
 use DBICTest;
 use Test::More;