X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_3.t;h=f4fa3860b152f4a97ed01d214292a6c3913c0b59;hb=905e6f073b89facb367cdedecd42ddbc5d770d61;hp=f48c83828690b72b78276daab1cc17342a88c10b;hpb=c87014e8134cf934b0dc4b81186a41ee6cde4037;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_3.t b/t/39load_namespaces_3.t index f48c838..f4fa386 100644 --- a/t/39load_namespaces_3.t +++ b/t/39load_namespaces_3.t @@ -4,7 +4,8 @@ use strict; use warnings; use Test::More; -unshift(@INC, './t/lib'); +use lib qw(t/lib); +use DBICTest; # do not remove even though it is not used plan tests => 7;