X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fdisable_sth_caching.t;h=5fc8e188e587ef3af7b352c27cd2963fdf591021;hb=aa072cab54f2e6af9a9db82b3cdec0ebb97717cc;hp=d6dcc03a6f008b1a1124ae476daa925bfec41688;hpb=9930caaf7e7c250d914cb1440d9a0f1dd2a1dedc;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/disable_sth_caching.t b/t/storage/disable_sth_caching.t index d6dcc03..5fc8e18 100644 --- a/t/storage/disable_sth_caching.t +++ b/t/storage/disable_sth_caching.t @@ -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; ##!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!