X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_1.t;h=f20ca8c5189dabe38bf5c566e2e865797aeb9a94;hb=257a1d3b8fb3d5509b132a9497bfe34662e8d29e;hp=84ddd839aed96ec66b99e45d29b686eab769f221;hpb=cb56422b12ccd1e7dd1003f128a2ac36b4c7d049;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_1.t b/t/39load_namespaces_1.t index 84ddd83..f20ca8c 100644 --- a/t/39load_namespaces_1.t +++ b/t/39load_namespaces_1.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 => 8;