From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 7 May 2009 17:24:54 +0000 (+0000)
Subject: Bump SQLA dependency so -in/-between workarounds overload properly
X-Git-Tag: v0.08103~115
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e90b8592bad60e552f3a013254f9a4a68acbe138;p=dbsrgits%2FDBIx-Class.git

Bump SQLA dependency so -in/-between workarounds overload properly
---

diff --git a/Makefile.PL b/Makefile.PL
index bd6963a..2d8e90b 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.53;
+requires 'SQL::Abstract'            => 1.54;
 requires 'SQL::Abstract::Limit'     => 0.13;
 requires 'Class::C3::Componentised' => 1.0005;
 requires 'Storable'                 => 0;