X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F101source.t;h=889945b9840aea9020a098d59fe1111e9166d497;hb=c33d5ebc4d84e4338f269565f6fe011801cb9fd4;hp=477a4dd8b29a7dd8db97ef7c8633a6d0699b781f;hpb=f5f2af8f28482296108000dd7f1fc906d9a7530e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/101source.t b/t/101source.t index 477a4dd..889945b 100644 --- a/t/101source.t +++ b/t/101source.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use warnings; use strict; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema;