From: Peter Rabbitson Date: Fri, 27 Dec 2013 04:59:25 +0000 (+0100) Subject: Require latest SQLA (some deprecations, lots of parser fixes) X-Git-Tag: v0.08260~60 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ebad65687b250ea3c8bc1db111953c99e717a0f9;hp=0e98b8e9072a5d1f3d1da42317f74745050b9a26;p=dbsrgits%2FDBIx-Class.git Require latest SQLA (some deprecations, lots of parser fixes) --- diff --git a/Makefile.PL b/Makefile.PL index 23e120f..a1c08f8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -80,7 +80,7 @@ my $runtime_requires = { 'namespace::clean' => '0.24', 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', - 'SQL::Abstract' => '1.73', + 'SQL::Abstract' => '1.75', 'Try::Tiny' => '0.07', # Technically this is not a core dependency - it is only required