From: Vincent Pit Date: Sun, 16 Aug 2009 22:28:09 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.10~22 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=fcc0c5eeb3205fb6af00e3bb1b6ceb36b42bc458 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index 60dacbe..c5f16bd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,6 +42,7 @@ WriteMakefile( PREREQ_PM => { 'Exporter' => 0, 'XSLoader' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,