X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fon_connect_do.t;h=28a7e3ab8807e56f69437f54b5ca9d5a9185ad01;hb=591df363660658ed30e60438c5251ca480925a6f;hp=6fccbb1ae30fe886d5beed202205018e5d4e93e2;hpb=8b60b9211a085572446bbfd19e879d00ae03658a;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/on_connect_do.t b/t/storage/on_connect_do.t index 6fccbb1..28a7e3a 100644 --- a/t/storage/on_connect_do.t +++ b/t/storage/on_connect_do.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -10,7 +12,7 @@ use Test::More tests => 13; use Test::Warn; use Test::Exception; -use lib qw(t/lib); + use DBICTest; require DBI;