From: Vincent Pit <vince@profvince.com>
Date: Tue, 25 Aug 2009 22:56:29 +0000 (+0200)
Subject: base.pm is also a dependency
X-Git-Tag: v0.07~35
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=2bb51fdc5d31148cbdb9a77949bc7a11652349a8;p=perl%2Fmodules%2FScalar-Vec-Util.git

base.pm is also a dependency
---

diff --git a/Makefile.PL b/Makefile.PL
index 9a8580b..42a215f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -105,7 +105,8 @@ WriteMakefile(
     PREREQ_PM        => {
         'Exporter' => 0,
         'Carp'     => 0,
-        'XSLoader' => 0
+        'XSLoader' => 0,
+        'base'     => 0,
     },
     MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,