From: Vincent Pit Date: Mon, 21 Dec 2015 15:42:04 +0000 (+0100) Subject: Tweak Makefile.PL a bit X-Git-Tag: v0.12~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=c1d7e7116c6f7bf58a87a0bf9ba5154ef460a84c Tweak Makefile.PL a bit --- diff --git a/Makefile.PL b/Makefile.PL index f82c8e5..ff01305 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,14 +45,21 @@ my %PREREQ_PM = ( 'XSLoader' => 0, ); +my %BUILD_REQUIRES = ( + 'Config' => 0, + 'ExtUtils::MakeMaker' => 0, + 'Test::More' => 0, + 'lib' => 0, + %PREREQ_PM, +); + my %META = ( configure_requires => { + 'Config' => 0, 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'ExtUtils::MakeMaker' => 0, - 'Test::More' => 0, - %PREREQ_PM, + %BUILD_REQUIRES, }, dynamic_config => 1, resources => {