]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Really use the meta info to generate the META.yml
authorVincent Pit <vince@profvince.com>
Wed, 1 Jul 2009 09:00:56 +0000 (11:00 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 1 Jul 2009 09:00:56 +0000 (11:00 +0200)
Makefile.PL

index 72e39339555ee148a962d1f1b5e8a93ddb72f186..6da4a737ff03916514b2259913ebcb38b82db5cb 100644 (file)
@@ -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'