X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ba141db65c546edcba4ada947aa5ba9203709c0f;hb=40042d9c3be730fbddf0394e056ce08caaad9ee5;hp=0c30279cd457175f5a6dfb851d88b31b6d4adfdd;hpb=7386dd186914551ae97af4a693e737d46c65b67b;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 0c30279..ba141db 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'; +test_requires 'Path::Class'; -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;