]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/B-RecDeparse.git] / Makefile.PL
index d5009dc6ae5bc550aa3192cc89c6135f86b363b0..ec0fcbb1035952c8457845a197d49fc5d2d4ec05 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/",
@@ -32,7 +33,8 @@ WriteMakefile(
     PREREQ_PM        => {
         'B::Deparse' => 0,
         'Config'     => 0,
-        'Carp'       => 0
+        'Carp'       => 0,
+        'base'       => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,