From: Vincent Pit Date: Sun, 16 Aug 2009 22:27:24 +0000 (+0200) Subject: base.pm is also a dependency X-Git-Tag: v0.12~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=commitdiff_plain;h=33641b1cab96a4063f7dc435764ca461dc700728 base.pm is also a dependency --- diff --git a/Makefile.PL b/Makefile.PL index 783f42d..efea305 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,7 @@ WriteMakefile( PREREQ_PM => { 'Exporter' => 0, 'XSLoader' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,