From: Vincent Pit Date: Wed, 1 Jul 2009 09:00:56 +0000 (+0200) Subject: Really use the meta info to generate the META.yml X-Git-Tag: v0.05~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=7bc151ec15db2e4f22e411b26ea9bbf70bdd8e94 Really use the meta info to generate the META.yml --- diff --git a/Makefile.PL b/Makefile.PL index 72e3933..6da4a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,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'