From: Wallace Reis Date: Fri, 9 Jan 2009 12:14:49 +0000 (+0000) Subject: not necessary X-Git-Tag: v0.08240~197 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb56422b12ccd1e7dd1003f128a2ac36b4c7d049;p=dbsrgits%2FDBIx-Class.git not necessary --- diff --git a/Makefile.PL b/Makefile.PL index 7966ed8..c1b6596 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,7 +33,6 @@ test_requires 'DBD::SQLite' => 1.14; test_requires 'Test::Builder' => 0.33; test_requires 'Test::Warn' => 0.11; test_requires 'Test::Exception' => 0; -test_requires 'FindBin' => 0; install_script 'script/dbicadmin'; diff --git a/t/39load_namespaces_1.t b/t/39load_namespaces_1.t index dc808fd..84ddd83 100644 --- a/t/39load_namespaces_1.t +++ b/t/39load_namespaces_1.t @@ -3,9 +3,8 @@ use strict; use warnings; use Test::More; -use FindBin; -use lib "$FindBin::Bin/../t/lib"; -use DBICNSTest::Result::A; + +unshift(@INC, './t/lib'); plan tests => 8;