]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/IPC-MorseSignals.git] / Makefile.PL
index fef312347a5ec2510a8569aa37ca844a9d6e1a3a..824ce4daad36a036e13c3dc87bc6d6f45a498014 100644 (file)
@@ -36,6 +36,7 @@ my %META = (
   'POSIX'               => 0,
   'Test::More'          => 0,
  },
+ dynamic_config => 1,
  resources => {
   bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",
@@ -56,6 +57,7 @@ WriteMakefile(
         'Carp'              => 0,
         'POSIX'             => 0,
         'Time::HiRes'       => 0,
+        'base'              => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,