From: Vincent Pit Date: Fri, 2 Nov 2012 01:12:38 +0000 (-0200) Subject: Add Config to build_requires X-Git-Tag: v0.22~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=c8ceeb51af329d67e6e22c8158240d123212143f Add Config to build_requires --- diff --git a/Makefile.PL b/Makefile.PL index b86ec83..2ad090a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -63,6 +63,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES = ( 'ExtUtils::MakeMaker' => 0, + 'Config' => 0, 'Test::More' => 0, %PREREQ_PM, );