X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fglobal_destruction.t;fp=t%2Fstorage%2Fglobal_destruction.t;h=674c116a7c3824eab3f174b3d2e4dd341a8d6da6;hb=c0329273268971824784f239f32c7246e68da9c5;hp=6bddfd75a8df678a4c0c64ad479cb5f44f67d9ec;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/global_destruction.t b/t/storage/global_destruction.t index 6bddfd7..674c116 100644 --- a/t/storage/global_destruction.t +++ b/t/storage/global_destruction.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -8,7 +10,7 @@ BEGIN { $ENV{DBIC_STORAGE_RETRY_DEBUG} = 1 } use DBIx::Class::Optional::Dependencies (); -use lib qw(t/lib); + use DBICTest; for my $type (qw/PG MYSQL SQLite/) {