]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Makefile.PL
base.pm is also a dependency
[perl/modules/Scope-Upper.git] / Makefile.PL
index d482e44ffa7c53e1759f7fdcff663746da214040..c5f16bd35da293f631bb6d43cb479b2cccacc111 100644 (file)
@@ -1,3 +1,5 @@
+use 5.006;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -40,6 +42,7 @@ WriteMakefile(
     PREREQ_PM        => {
         'Exporter' => 0,
         'XSLoader' => 0,
+        'base'     => 0,
     },
     MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,