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=fea0aeaa3148cb7c5dfccea88c9469ead2bbad71;hb=77bb967eff78126f81c2d60485142a6420d09c4b;hpb=d733c5b132b66af16359b072300ff2a05d84b323 diff --git a/Makefile.PL b/Makefile.PL index fea0aea..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.87; +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;