X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=62655e0351d253fb7720c24337aa6f506f9d91ed;hb=759a7f44196c25be4409dc417be9160048d1f261;hp=05ba5390dbdbe8d207502563a235426a55260b37;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86might_have.t b/t/86might_have.t index 05ba539..62655e0 100644 --- a/t/86might_have.t +++ b/t/86might_have.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Warn; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();