[Bast-commits] r5509 - DBIx-Class/0.08/trunk

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Tue Feb 17 22:52:34 GMT 2009


Author: caelum
Date: 2009-02-17 22:52:28 +0000 (Tue, 17 Feb 2009)
New Revision: 5509

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
changed DBD::SQLite from a test_requires to a configure_requires

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-02-17 22:39:59 UTC (rev 5508)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-02-17 22:52:28 UTC (rev 5509)
@@ -29,7 +29,8 @@
 # Perl 5.8.0 doesn't have utf8::is_utf8()
 requires 'Encode'                    => 0 if ($] <= 5.008000);  
 
-test_requires 'DBD::SQLite'         => 1.14;
+configure_requires 'DBD::SQLite'         => 1.14;
+
 test_requires 'Test::Builder'       => 0.33;
 test_requires 'Test::Warn'          => 0.11;
 test_requires 'Test::Exception'     => 0;




More information about the Bast-commits mailing list