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=27114103db66e40387bfab266a6a17e0fdde6838;hb=77bb967eff78126f81c2d60485142a6420d09c4b;hpb=e117e7e8797001e7d7715f19380875f336e65b23 diff --git a/Makefile.PL b/Makefile.PL index 2711410..ada29a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,15 +1,18 @@ -use inc::Module::Install 0.68; +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'; requires 'Module::Pluggable' => '3.01'; test_requires 'Test::More'; -auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/'; + WriteAll;