X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5d698c6c7ffdb548c78f2e773eb157137eb7ad01;hb=a965d73efa5b98a6406bce6d65649fc16324afd3;hp=f20a99f62d5a956a7f14874bcace2664f98b1828;hpb=df50c93896a7f5e9335bf64d282640916abbdb91;p=perl%2Fmodules%2FVariable-Magic.git 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,