Audit all local() calls within lib/ and t/lib
[dbsrgits/DBIx-Class.git] / t / search / related_has_many.t
index a359b4e..572aebf 100644 (file)
@@ -1,10 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
 
-use lib qw(t/lib);
-use DBIC::SqlMakerTest;
+
 use DBICTest;
 
 my $schema = DBICTest->init_schema();