X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=28fac16ee22d28e5c83800b2b90b6c418a2ecd76;hp=8338d40c8fd06f6bec07c2f298a60ead95dee0ca;hb=45758652c7c8ed8557ecf4170131a42a4477deb5;hpb=5f5b9e4c575591a0749103e0bbeb556cde5c5cac diff --git a/Makefile.PL b/Makefile.PL index 8338d40..28fac16 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,11 @@ -use inc::Module::Install 0.71; +use inc::Module::Install 0.87; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); } perl_version '5.006'; +name 'Config-Any'; all_from 'lib/Config/Any.pm'; @@ -13,4 +14,6 @@ requires 'Module::Pluggable' => '3.01'; test_requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/'; + WriteAll;