Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / cdbi / 68-inflate_has_a.t
index 37eac4b..6398494 100644 (file)
@@ -1,10 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
 use DBIx::Class::Optional::Dependencies -skip_all_without => qw( ic_dt cdbicompat );
 
 use strict;
 use warnings;
 
 use Test::More;
-use lib 't/lib';
+
 use DBICTest;
 
 my $schema = DBICTest->init_schema();