]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index 56073b154d77b66ac19cc1e681b1cef1c937c3c0..82880dbb17c0fe065a9f547a63ada42288c52024 100644 (file)
@@ -1,4 +1,4 @@
-use 5.009005;
+use 5.010;
 use ExtUtils::MakeMaker;
 
 my $dist = 're-engine-Plugin';
@@ -11,6 +11,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/",
@@ -29,7 +30,7 @@ WriteMakefile(
     PREREQ_PM        => {
         'XSLoader' => 0,
     },
-    MIN_PERL_VERSION => 5.009005,
+    MIN_PERL_VERSION => 5.010,
     META_MERGE       => \%META,
     dist             => {
         PREOP    => 'pod2text Plugin.pod > $(DISTVNAME)/README',