From: Vincent Pit Date: Sun, 16 Aug 2009 22:22:17 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.16~17 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FIPC-MorseSignals.git;a=commitdiff_plain;h=4df475162894576bd490a581e1a93dae54944190 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index fef3123..30e1dc9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,6 +56,7 @@ WriteMakefile( 'Carp' => 0, 'POSIX' => 0, 'Time::HiRes' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,