Fix describe_env failure on nonexistent @INC on Win32
[dbsrgits/DBIx-Class.git] / t / count / joined.t
index bb8eb4c..e6f3afa 100644 (file)
@@ -1,10 +1,9 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
-
-use lib qw(t/lib);
-
 use DBICTest;
 
 my $schema = DBICTest->init_schema();