X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F64db.t;h=9f293e2db39c60f1bb9e02133feb9c86fd92a0fb;hb=09d2e66a5d5558ef9a19dc2ec510d5dafd2fb7d8;hp=1a0046d3cb1390e22df2daa284b28ce4072a5e60;hpb=f45dc928a3d4a50b495dde22a423b3ce0da5234c;p=dbsrgits%2FDBIx-Class.git diff --git a/t/64db.t b/t/64db.t index 1a0046d..9f293e2 100644 --- a/t/64db.t +++ b/t/64db.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();