X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0f0508a905956316d826423cafbdc9de079f496b;hb=77cc50d1cb9aeb587aaf4523eaabb969dbb108a8;hp=f6d3815fe2606af1afdfa630a41915a56057f88b;hpb=313510884be3d00975ae50f42af4f585eb29ae80;p=dbsrgits%2FDBIx-Class.git 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