[Bast-commits] r5299 - in DBIx-Class/0.08/trunk: . t

wreis at dev.catalyst.perl.org wreis at dev.catalyst.perl.org
Fri Jan 9 12:14:49 GMT 2009


Author: wreis
Date: 2009-01-09 12:14:49 +0000 (Fri, 09 Jan 2009)
New Revision: 5299

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
   DBIx-Class/0.08/trunk/t/39load_namespaces_1.t
Log:
not necessary

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-01-09 03:28:44 UTC (rev 5298)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-01-09 12:14:49 UTC (rev 5299)
@@ -33,7 +33,6 @@
 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';
 

Modified: DBIx-Class/0.08/trunk/t/39load_namespaces_1.t
===================================================================
--- DBIx-Class/0.08/trunk/t/39load_namespaces_1.t	2009-01-09 03:28:44 UTC (rev 5298)
+++ DBIx-Class/0.08/trunk/t/39load_namespaces_1.t	2009-01-09 12:14:49 UTC (rev 5299)
@@ -3,10 +3,9 @@
 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;
 
 my $warnings;




More information about the Bast-commits mailing list