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=53923a10acbb8ada180e5d0854f8b2aa3e5c7d28;hb=4e03388014920f2a4004d32d145304d3846c8e43;hpb=d9f07dd8c98d6a34bb5d099fe6aa14b2a57558b2 diff --git a/Makefile.PL b/Makefile.PL index 53923a1..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.76; +use inc::Module::Install 0.91; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/Config/Any.pm > README' ); @@ -13,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;