]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Add Config to build_requires
authorVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 01:12:38 +0000 (23:12 -0200)
committerVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 01:12:38 +0000 (23:12 -0200)
Makefile.PL

index b86ec835e8d4ef45aa14f0c5e870c3e79eceea71..2ad090a00e7f5c539acc3d40960bf391acfcd551 100644 (file)
@@ -63,6 +63,7 @@ my %PREREQ_PM = (
 
 my %BUILD_REQUIRES = (
  'ExtUtils::MakeMaker' => 0,
+ 'Config'              => 0,
  'Test::More'          => 0,
  %PREREQ_PM,
 );