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=0cbff100937b0ed831f864fb64edfe06822725cc;hb=f45287e2f113b467a4239b661a4bdcd38ce70713;hpb=869f568e75e074a04edc68ef93936f23665c3d19 diff --git a/Makefile.PL b/Makefile.PL index 0cbff10..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.71; +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;