X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_4.t;h=4c7c818b6bfb3191f2c50656294676044ff059d3;hb=9f0c231fcab6598822d36c8de64ed7a19f0d6b5c;hp=b674f30b2ef07d34c16154e41046fd8867b67a81;hpb=c87014e8134cf934b0dc4b81186a41ee6cde4037;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_4.t b/t/39load_namespaces_4.t index b674f30..4c7c818 100644 --- a/t/39load_namespaces_4.t +++ b/t/39load_namespaces_4.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 => 6;