X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=ada29a793c11904adc02037f1ee4cdc17b985ba7;hp=8338d40c8fd06f6bec07c2f298a60ead95dee0ca;hb=f45287e2f113b467a4239b661a4bdcd38ce70713;hpb=5f5b9e4c575591a0749103e0bbeb556cde5c5cac diff --git a/Makefile.PL b/Makefile.PL index 8338d40..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,11 @@ -use inc::Module::Install 0.71; +use inc::Module::Install 0.91; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); } perl_version '5.006'; +name 'Config-Any'; all_from 'lib/Config/Any.pm'; @@ -12,5 +13,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;