Only normalize conditions during resolution time, instead on every ->search
[dbsrgits/DBIx-Class.git] / t / row / find_one_has_many.t
index ea7767f..51d8db4 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();