X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=54d13befbab680c95ae7a89698dd8be840c3ee2b;hp=456fc902ceb372e3a7d06d6a85e79c86041c41d7;hb=HEAD;hpb=cc97e845b1acade842957ad85b1082d9dc9753c3 diff --git a/Makefile.PL b/Makefile.PL index 456fc90..54d13be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ my %META = ( 'Module::Pluggable::Object' => '3.6', }, suggests => { - 'Config::General' => '2.47', + 'Config::General' => '2.48', 'Config::Tiny' => 0, 'Cpanel::JSON::XS' => 0, 'XML::Simple' => 0, @@ -24,7 +24,7 @@ my %META = ( }, develop => { requires => { - 'Config::General' => '2.47', + 'Config::General' => '2.48', 'Config::Tiny' => 0, 'Cpanel::JSON::XS' => 0, 'XML::Simple' => 0, @@ -37,8 +37,8 @@ my %META = ( }, resources => { repository => { - url => 'git://git.shadowcat.co.uk/p5sagit/Config-Any.git', - web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Config-Any.git;a=summary', + url => 'https://github.com/p5sagit/Config-Any.git', + web => 'https://github.com/p5sagit/Config-Any', type => 'git', }, bugtracker => { @@ -55,7 +55,9 @@ my %META = ( my %MM_ARGS = ( PREREQ_PM => { - (eval { require Config::General } ? ('Config::General' => '2.47') : ()), + (eval { require Config::General } ? ( + 'Config::General' => $META{prereqs}{runtime}{suggests}{'Config::General'} + ) : ()), }, );