X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=23c7b1e733a4a2a89a985fee861da619634736f4;hb=256a9c812fb8e5df57568d5e1ad04a0756d9b5b8;hp=72e39339555ee148a962d1f1b5e8a93ddb72f186;hpb=2dd3f28e8615c4122d68e6b2f77eb85f27d8f67b;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 72e3933..23c7b1e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,7 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, }, + dynamic_config => 0, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", @@ -34,6 +35,8 @@ WriteMakefile( 'Symbol' => 0, 'Variable::Magic' => 0.08 }, + MIN_PERL_VERSION => 5.010, + META_MERGE => \%META, dist => { PREOP => 'pod2text lib/subs/auto.pm > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz'