X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F99dbic_sqlt_parser.t;h=51e25215e6f64cff87ff29e9001062002157e1a8;hb=c8215e2c5a1ae25191d4a7f6bcf7a3a1f89d6970;hp=a1be7222d24b96e0c98de6054560fa9886e3b935;hpb=461e818a9c52126c695bbe1501a4113fb7bc9af5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/99dbic_sqlt_parser.t b/t/99dbic_sqlt_parser.t index a1be722..51e2521 100644 --- a/t/99dbic_sqlt_parser.t +++ b/t/99dbic_sqlt_parser.t @@ -1,14 +1,16 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy'; use strict; use warnings; +BEGIN { $ENV{DBICTEST_VIA_REPLICATED} = 0 } + use Test::More; use Test::Warn; use Test::Exception; use Scalar::Util (); -use lib qw(t/lib); use DBICTest; use DBIx::Class::_Util 'sigwarn_silencer';