Fix building on perls with no . in @INC
[dbsrgits/DBIx-Class.git] / t / 76joins.t
index d20faec..d98fd5a 100644 (file)
@@ -1,8 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
-use lib qw(t/lib);
 use DBICTest ':DiffSQL';
 
 my $schema = DBICTest->init_schema();