X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_1.t;h=f20ca8c5189dabe38bf5c566e2e865797aeb9a94;hb=0d9fc72b9d3914e5f6fe827397f985a36842f2a8;hp=dc808fd78dac7bd32246b935ce838861e8102919;hpb=ff767ddb65d32e99ed08d6d2ff7d8504ef433ad6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_1.t b/t/39load_namespaces_1.t index dc808fd..f20ca8c 100644 --- a/t/39load_namespaces_1.t +++ b/t/39load_namespaces_1.t @@ -3,9 +3,9 @@ use strict; use warnings; use Test::More; -use FindBin; -use lib "$FindBin::Bin/../t/lib"; -use DBICNSTest::Result::A; + +use lib qw(t/lib); +use DBICTest; # do not remove even though it is not used plan tests => 8;