From: Peter Rabbitson Date: Sun, 5 Oct 2014 21:16:48 +0000 (+0200) Subject: Bump deps to pull in bugfixes X-Git-Tag: v0.082801~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=8cde1ac7804c0e875527ff64718faae311dd9f87 Bump deps to pull in bugfixes --- diff --git a/Makefile.PL b/Makefile.PL index f6d3815..0f0508a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ my $runtime_requires = { 'Sub::Name' => '0.04', # pure-perl (FatPack-able) libs - 'Class::Accessor::Grouped' => '0.10010', + 'Class::Accessor::Grouped' => '0.10012', 'Class::C3::Componentised' => '1.0009', 'Class::Inspector' => '1.24', 'Config::Any' => '0.20', @@ -62,7 +62,7 @@ my $runtime_requires = { 'namespace::clean' => '0.24', 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', - 'SQL::Abstract' => '1.79', + 'SQL::Abstract' => '1.80', 'Try::Tiny' => '0.07', # Technically this is not a core dependency - it is only required