X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F97result_class.t;h=b7e3c4783791fb81820d6895a4d12c387548f52a;hb=dc7d89911b7bb98c30208cf73af522a99998dcd6;hp=faff994c09f0f587673f85c638e226fb24b019c1;hpb=704a0f8ec36f8bd8e273f5ddb553b2f67ea83f06;p=dbsrgits%2FDBIx-Class.git diff --git a/t/97result_class.t b/t/97result_class.t index faff994..b7e3c47 100644 --- a/t/97result_class.t +++ b/t/97result_class.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Warn; use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();