From: Vincent Pit Date: Sat, 14 Mar 2015 02:26:57 +0000 (-0300) Subject: Add lib.pm to BUILD_REQUIRES X-Git-Tag: v0.14~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=7997b29cd623bd852368e9d799af8f80453f7741 Add lib.pm to BUILD_REQUIRES --- diff --git a/Makefile.PL b/Makefile.PL index 5f3b523..49d5e08 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -58,6 +58,7 @@ my %BUILD_REQUIRES = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, 'constant' => 0, + 'lib' => 0, %PREREQ_PM, );