X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_2.t;h=5b31c0993385b9a4be70d6093739147498beb921;hb=ce35224fef0822f6b05f7883ca955eb830a307a5;hp=6daf05f9e456388e374c71a404b38a106be86c0c;hpb=c87014e8134cf934b0dc4b81186a41ee6cde4037;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_2.t b/t/39load_namespaces_2.t index 6daf05f..5b31c09 100644 --- a/t/39load_namespaces_2.t +++ b/t/39load_namespaces_2.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;