X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=c24bdf659731b9a76d719952637b449092a08e6d;hp=d5009dc6ae5bc550aa3192cc89c6135f86b363b0;hb=ecde84376ea6c05ced7aea0014c6650dd5f93a87;hpb=4c949190c6a4e08a1f4bc401bf8ed56f8aad61d4 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,