X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=456fc902ceb372e3a7d06d6a85e79c86041c41d7;hp=325a131c0b89b2284ae254db592c00182ec8eaf6;hb=cc97e845b1acade842957ad85b1082d9dc9753c3;hpb=3f3b3137bffa7baf8d1204e7a99d6ab23de4686b diff --git a/Makefile.PL b/Makefile.PL index 325a131..456fc90 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,9 +9,31 @@ my %META = ( test => { requires => { 'Test::More' => 0, } }, - runtime => { requires => { - 'Module::Pluggable::Object' => '3.6', - } }, + runtime => { + requires => { + 'Module::Pluggable::Object' => '3.6', + }, + suggests => { + 'Config::General' => '2.47', + 'Config::Tiny' => 0, + 'Cpanel::JSON::XS' => 0, + 'XML::Simple' => 0, + 'XML::NamespaceSupport' => 0, + 'YAML::XS' => 0, + }, + }, + develop => { + requires => { + 'Config::General' => '2.47', + 'Config::Tiny' => 0, + 'Cpanel::JSON::XS' => 0, + 'XML::Simple' => 0, + 'XML::NamespaceSupport' => 0, + 'YAML::XS' => 0, + 'Test::Pod' => 0, + 'Test::Pod::Coverage' => 0, + }, + }, }, resources => { repository => {