Require DBICTest.pm in all tests even if it is not needed at all
[dbsrgits/DBIx-Class.git] / t / 39load_namespaces_1.t
index 84ddd83..f20ca8c 100644 (file)
@@ -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;