]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Makefile.PL
base.pm is also a dependency
[perl/modules/Variable-Magic.git] / Makefile.PL
index f20a99f62d5a956a7f14874bcace2664f98b1828..5d698c6c7ffdb548c78f2e773eb157137eb7ad01 100644 (file)
@@ -79,7 +79,8 @@ WriteMakefile(
     PREREQ_PM        => {
         'Carp'     => 0,
         'Exporter' => 0,
-        'XSLoader' => 0
+        'XSLoader' => 0,
+        'base'     => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,