]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Add lib.pm to BUILD_REQUIRES
authorVincent Pit <vince@profvince.com>
Wed, 11 Mar 2015 13:25:06 +0000 (10:25 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 11 Mar 2015 13:25:06 +0000 (10:25 -0300)
Makefile.PL

index 97be25760df2544e59e0f49f8e0175a6c1a1f09b..323e83d94bb2c919578309ef457ed20f1a047186 100644 (file)
@@ -75,6 +75,7 @@ my %BUILD_REQUIRES = (
  'Config'              => 0,
  'ExtUtils::MakeMaker' => 0,
  'Test::More'          => 0,
+ 'lib'                 => 0,
  %PREREQ_PM,
 );