X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F39load_namespaces_4.t;h=7d9725e18744e2a8f83a3b80cc0bd345bea49bb9;hb=da89304fa29f8fd18d235d120ccbea7d2cfbecdf;hp=b674f30b2ef07d34c16154e41046fd8867b67a81;hpb=c87014e8134cf934b0dc4b81186a41ee6cde4037;p=dbsrgits%2FDBIx-Class.git diff --git a/t/39load_namespaces_4.t b/t/39load_namespaces_4.t index b674f30..7d9725e 100644 --- a/t/39load_namespaces_4.t +++ b/t/39load_namespaces_4.t @@ -1,10 +1,9 @@ -#!/usr/bin/perl - 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;