From: Peter Rabbitson Date: Mon, 18 May 2009 20:14:26 +0000 (+0000) Subject: Require bugfixed sqla X-Git-Tag: v0.08103~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a160003337118077e4d0a14f20e508c1c055a812;p=dbsrgits%2FDBIx-Class.git Require bugfixed sqla --- diff --git a/Makefile.PL b/Makefile.PL index 715ad7c..d669d04 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ configure_requires 'DBD::SQLite'; requires 'DBD::SQLite' => 1.23; requires 'Data::Page' => 2.00; requires 'Scalar::Util' => 0; -requires 'SQL::Abstract' => 1.54; +requires 'SQL::Abstract' => 1.55; requires 'SQL::Abstract::Limit' => 0.13; requires 'Class::C3::Componentised' => 1.0005; requires 'Storable' => 0;