X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=53923a10acbb8ada180e5d0854f8b2aa3e5c7d28;hp=ac459ef12f32c9e92de7036cf3b3e00b928ab079;hb=5d3ad6eb7bf1f5ac814bf92e9b7098b9b650414a;hpb=e23825ecd2eaaeba8d95b59317a5b78f3c4924bf diff --git a/Makefile.PL b/Makefile.PL index ac459ef..53923a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,14 +1,15 @@ -use inc::Module::Install 0.68; +use inc::Module::Install 0.76; -if( -e 'MANIFEST.SKIP' ) { +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'; -requires 'version'; test_requires 'Test::More';