]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Add lib.pm to BUILD_REQUIRES
authorVincent Pit <vince@profvince.com>
Sat, 14 Mar 2015 02:26:57 +0000 (23:26 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 14 Mar 2015 02:26:57 +0000 (23:26 -0300)
Makefile.PL

index 5f3b5231ce2a132b3d91b6ab0c253c1aa7837697..49d5e083598dd11700970374054fb863f2fd56d0 100644 (file)
@@ -58,6 +58,7 @@ my %BUILD_REQUIRES = (
  'ExtUtils::MakeMaker' => 0,
  'Test::More'          => 0,
  'constant'            => 0,
+ 'lib'                 => 0,
  %PREREQ_PM,
 );