Start known issues changelog section - place it on top for clarity
[dbsrgits/DBIx-Class.git] / t / 79aliasing.t
index 00e5e93..70738c6 100644 (file)
@@ -1,8 +1,10 @@
+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();