X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a71490025eb540fe71911028c1b2fa0a27e85551;hb=d9c17594ab3be0b866c555750cdbd1ad6a1b34e6;hp=40806a12fb496db3f3507817caa664ce145d2016;hpb=ccebe1f11c68b097a0446853b9c39a5af9cf8403;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 40806a1..a714900 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ my $runtime_requires = { 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.18', - 'SQL::Abstract' => '1.67', + 'SQL::Abstract' => '1.68', 'Sub::Name' => '0.04', 'Data::Dumper::Concise' => '1.000', 'Scope::Guard' => '0.03', @@ -65,6 +65,7 @@ my $runtime_requires = { 'namespace::clean' => '0.14', 'Math::BigInt' => '1.89', 'Math::Base36' => '0.07', + 'Config::Any' => '0.20', }; # this is so we can order requires alphabetically