Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / t / 100extra_source.t
index 490bbec..b345ce1 100644 (file)
@@ -1,9 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
 use Test::Warn;
-use lib qw(t/lib);
+
 use DBICTest;
 
 {