From: Vincent Pit Date: Sun, 16 Aug 2009 22:26:54 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.07~14 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=commitdiff_plain;h=dcad3d01d91f908ade582ac4c6e5de365e4ef669 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index df6bb52..a605cb2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,6 +33,7 @@ WriteMakefile( 'Encode' => 0, 'Exporter' => 0, 'Storable' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,