X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F70auto.t;h=49717765e96423d0e9e68b24ee7955e82ed91805;hb=953f8eb062bd84ffcb5b59d9a0d27d1db55f3927;hp=839c80725393431a4e3a6ca40edc0c7132438bd4;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/70auto.t b/t/70auto.t index 839c807..4971776 100644 --- a/t/70auto.t +++ b/t/70auto.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();