[Bast-commits] r5874 - DBIx-Class/0.08/trunk
arcanez at dev.catalyst.perl.org
arcanez at dev.catalyst.perl.org
Thu Apr 9 13:35:46 GMT 2009
Author: arcanez
Date: 2009-04-09 14:35:46 +0100 (Thu, 09 Apr 2009)
New Revision: 5874
Modified:
DBIx-Class/0.08/trunk/Makefile.PL
Log:
require DBD::SQLite 1.21+
Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL 2009-04-09 00:57:52 UTC (rev 5873)
+++ DBIx-Class/0.08/trunk/Makefile.PL 2009-04-09 13:35:46 UTC (rev 5874)
@@ -32,7 +32,7 @@
requires 'Encode' => 0 if ($] <= 5.008000);
# configure_requires so the sanity check below can run
-configure_requires 'DBD::SQLite' => 1.14;
+configure_requires 'DBD::SQLite' => 1.21;
test_requires 'Test::Builder' => 0.33;
test_requires 'Test::Warn' => 0.11;
@@ -195,7 +195,7 @@
if ($Module::Install::AUTHOR) {
- # Need to do this _after_ WriteAll else it looses track of them
+ # Need to do this _after_ WriteAll else it loses track of them
Meta->{values}{build_requires} = [ grep {
my $ok = 1;
foreach my $module (keys %force_requires_if_author) {
More information about the Bast-commits
mailing list