Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / t / 93single_accessor_object.t
index a285b1a..bcb53a1 100644 (file)
@@ -1,9 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
 use Test::More;
 use Test::Exception;
-use lib qw(t/lib);
+
 use DBICTest;
 
 # Test various uses of passing an object to find, create, and update on a single