Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / t / resultset / update_delete.t
index 30e3797..46f690a 100644 (file)
@@ -1,7 +1,8 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
-use lib qw(t/lib);
 use Test::More;
 use Test::Exception;