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=494780d631fbe11376298dece807fa2ed3b06c44;hpb=8b60b9211a085572446bbfd19e879d00ae03658a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/disable_sth_caching.t b/t/storage/disable_sth_caching.t index 494780d..5fc8e18 100644 --- a/t/storage/disable_sth_caching.t +++ b/t/storage/disable_sth_caching.t @@ -1,10 +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; ##!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!