X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a5664155244cbc7ef110be15691ed7ea7544c49e;hb=5bdb6290f42eb75d022c59f2f2f573163bbb4bd5;hp=3a0eb83c0c749d4c3e6b3cc60282f4fe93faa944;hpb=123852c937f2b583f30dd30891342c8912106990;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 3a0eb83..a566415 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.77; +use inc::Module::Install 0.95; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' ); @@ -10,11 +10,12 @@ name 'Catalyst-Plugin-ConfigLoader'; all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() -requires 'Data::Visitor' => '0.02'; -requires 'Config::Any' => '0.08'; +requires 'Data::Visitor' => '0.24'; +requires 'Config::Any' => '0.20'; requires 'MRO::Compat' => '0.09'; test_requires 'Test::More'; -auto_install; +resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/trunk/'; + WriteAll;