X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_4.t;h=d0e82ed71436922cd87297b30850bf42c67eb163;hb=5ff6d6034ddcb696d24c4b716b5c12f109004d1f;hp=1bdc49d56b03beaac92b575d63895d1dab9ba9ef;hpb=93d7452f38b38b66d6d8282425a928873725f43e;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/39load_namespaces_4.t b/t/39load_namespaces_4.t index 1bdc49d..d0e82ed 100644 --- a/t/39load_namespaces_4.t +++ b/t/39load_namespaces_4.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; # do not remove even though it is not used plan tests => 6;