X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ba141db65c546edcba4ada947aa5ba9203709c0f;hb=40042d9c3be730fbddf0394e056ce08caaad9ee5;hp=e8fc96a094b7ea6c7f286866275ec0760abd4bb6;hpb=011d99b9ad5b15dfad7e37d21f07134a2237e10c;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index e8fc96a..ba141db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.87; +use inc::Module::Install 0.95; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' ); @@ -11,9 +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 => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git'; WriteAll;