not necessary
Wallace Reis [Fri, 9 Jan 2009 12:14:49 +0000 (12:14 +0000)]
Makefile.PL
t/39load_namespaces_1.t

index 7966ed8..c1b6596 100644 (file)
@@ -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';
 
index dc808fd..84ddd83 100644 (file)
@@ -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;