X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86sqlt.t;h=486b5ed4e9b4996ae3663e9f68d2a6de868544e5;hb=bb768302f9abecbd4a32090ba38d5938a009bd7b;hp=a6b17ecf317c9a44bfe99bfa56cde449a4cf7b2d;hpb=cb551b079b096630988312e22becd87fb54fb7de;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86sqlt.t b/t/86sqlt.t index a6b17ec..486b5ed 100644 --- a/t/86sqlt.t +++ b/t/86sqlt.t @@ -1,3 +1,4 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy'; use strict; @@ -7,7 +8,7 @@ use Test::More; use Test::Warn; use Scalar::Util 'blessed'; -use lib qw(t/lib); + use DBICTest; my $custom_deployment_statements_called = 0;