Bump SQLA dependency (pull in fix for RT#99503)
Peter Rabbitson [Sat, 25 Oct 2014 12:00:10 +0000 (14:00 +0200)]
(partial cherry pick of c58303cdc)

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 7918191..bc17ebb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for DBIx::Class
         - Fix endless loop on BareSourcelessResultClass->throw_exception(...)
 
     * Misc
+        - Depend on newer SQL::Abstract (fixing overly-aggressive parenthesis
+          opener: RT#99503)
         - Depend on newer Moo, fixing some interoperability issues:
           http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html
 
index 48b54eb..b3ac93a 100644 (file)
@@ -62,7 +62,7 @@ my $runtime_requires = {
   'namespace::clean'         => '0.24',
   'Path::Class'              => '0.18',
   'Scope::Guard'             => '0.03',
-  'SQL::Abstract'            => '1.80',
+  'SQL::Abstract'            => '1.81',
   'Try::Tiny'                => '0.07',
 
   # Technically this is not a core dependency - it is only required