Only normalize conditions during resolution time, instead on every ->search
[dbsrgits/DBIx-Class.git] / t / storage / dbi_coderef.t
index b5b7961..9408417 100644 (file)
@@ -1,8 +1,12 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 
+BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 }
+
 use Test::More;
-use lib qw(t/lib);
+
 use DBICTest;
 
 plan tests => 1;