X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=ff013051b1240e2e58e22275169c0f3d35b1f198;hp=f82c8e507d1bfece6affc034efb0234a3841b38f;hb=c1d7e7116c6f7bf58a87a0bf9ba5154ef460a84c;hpb=c8e0ea7d370e0a09da57acc6ffb139e2d9f010ac 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 => {