From: Vincent Pit Date: Sun, 16 Aug 2009 22:23:06 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.07~35 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=78143e989c03db27a675b8eb8b7a3b1378270441 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index 8c71bff..9d66967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,6 +44,7 @@ WriteMakefile( 'File::Spec::Functions' => 0, 'Object::Tiny' => 0, 'POSIX' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,