]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/subs-auto.git] / Makefile.PL
index 72e39339555ee148a962d1f1b5e8a93ddb72f186..23c7b1e733a4a2a89a985fee861da619634736f4 100644 (file)
@@ -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'