From: Vincent Pit Date: Sun, 16 Aug 2009 22:20:50 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.37~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=a965d73efa5b98a6406bce6d65649fc16324afd3 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index f20a99f..5d698c6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -79,7 +79,8 @@ WriteMakefile( PREREQ_PM => { 'Carp' => 0, 'Exporter' => 0, - 'XSLoader' => 0 + 'XSLoader' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,