From: Vincent Pit Date: Sun, 16 Aug 2009 22:21:35 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: rt63842~16 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=ecde84376ea6c05ced7aea0014c6650dd5f93a87 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index d5009dc..c24bdf6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,8 @@ WriteMakefile( PREREQ_PM => { 'B::Deparse' => 0, 'Config' => 0, - 'Carp' => 0 + 'Carp' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,