From: Vincent Pit Date: Wed, 11 Mar 2015 13:25:06 +0000 (-0300) Subject: Add lib.pm to BUILD_REQUIRES X-Git-Tag: v0.56~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=793021c758e4aeae81f44266e66702df496b9c59 Add lib.pm to BUILD_REQUIRES --- diff --git a/Makefile.PL b/Makefile.PL index 97be257..323e83d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,6 +75,7 @@ my %BUILD_REQUIRES = ( 'Config' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, + 'lib' => 0, %PREREQ_PM, );