Start known issues changelog section - place it on top for clarity
[dbsrgits/DBIx-Class.git] / t / 102load_classes.t
index c3039e5..ef99b3a 100644 (file)
@@ -1,10 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 use Test::More;
 
-use lib 't/lib';
+
 use DBICTest;
-use DBICTest::Schema;
 
 my $warnings;
 eval {