From: Vincent Pit Date: Sun, 16 Aug 2009 16:07:54 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.08~14 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=2caf642de83deea3a8044d9c3876391f50cf187f base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index f57eafa..1803ce3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,6 +37,7 @@ WriteMakefile( 'File::Path' => 0, 'File::Spec' => 0, 'IPC::Cmd' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,