From: Peter Rabbitson Date: Sat, 25 Oct 2014 12:00:10 +0000 (+0200) Subject: Bump SQLA dependency (pull in fix for RT#99503) X-Git-Tag: v0.082810~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=94bfef72680bf7a687b39a2113be508d973608cc Bump SQLA dependency (pull in fix for RT#99503) (partial cherry pick of c58303cdc) --- diff --git a/Changes b/Changes index 7918191..bc17ebb 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 48b54eb..b3ac93a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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