X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76joins.t;h=d98fd5a705a013618550fc1fbfc83a041420299c;hb=4baa3b95cf1a0c69079babf37371f346edd08855;hp=d20faeca5fe781ca7a7407df0829c6e53295d013;hpb=638cd9500bc5e3f326f8b4ae0153633db2df98ec;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76joins.t b/t/76joins.t index d20faec..d98fd5a 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -1,8 +1,9 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();