From: Peter Rabbitson <ribasushi@cpan.org>
Date: Wed, 24 Mar 2010 11:43:01 +0000 (+0000)
Subject: bump SQLA dep
X-Git-Tag: v0.08121~39
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=03e0b38766f8b4476261bc0d720b7644b65cec30;p=dbsrgits%2FDBIx-Class.git

bump SQLA dep
---

diff --git a/Makefile.PL b/Makefile.PL
index 2889e84..8f05bbb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -45,7 +45,7 @@ my $runtime_requires = {
   'MRO::Compat'              => '0.09',
   'Module::Find'             => '0.06',
   'Path::Class'              => '0.18',
-  'SQL::Abstract'            => '1.62',
+  'SQL::Abstract'            => '1.63',
   'SQL::Abstract::Limit'     => '0.13',
   'Sub::Name'                => '0.04',
   'Data::Dumper::Concise'    => '1.000',