X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=168def186d7af75430febd2a437c453ec9155a32;hb=1f2bf910bc518ecaca53d2d8572d3b95af0119b9;hp=0c30279cd457175f5a6dfb851d88b31b6d4adfdd;hpb=7386dd186914551ae97af4a693e737d46c65b67b;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 0c30279..168def1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,11 +11,12 @@ all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() requires 'Data::Visitor' => '0.24'; -requires 'Config::Any' => '0.08'; +requires 'Config::Any' => '0.20'; requires 'MRO::Compat' => '0.09'; test_requires 'Test::More'; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git'; WriteAll; +