diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-29 09:03:42 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-29 09:10:35 +0100 |
commit | bcff31977d4a6fa1e2780c184d32ca6f94790dc6 (patch) | |
tree | 957fa51fc58c44be6af0144b85b36947da130fb5 /Makefile.PL | |
parent | 733cc4983c7789d76892a04e5d3e05ac05ae43d6 (diff) | |
download | perl-URPM-bcff31977d4a6fa1e2780c184d32ca6f94790dc6.tar perl-URPM-bcff31977d4a6fa1e2780c184d32ca6f94790dc6.tar.gz perl-URPM-bcff31977d4a6fa1e2780c184d32ca6f94790dc6.tar.bz2 perl-URPM-bcff31977d4a6fa1e2780c184d32ca6f94790dc6.tar.xz perl-URPM-bcff31977d4a6fa1e2780c184d32ca6f94790dc6.zip |
explicitely declare configure requires
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index ccbe928..28e7e04 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,6 +45,9 @@ WriteMakefile( ABSTRACT_FROM => 'URPM.pm', AUTHOR => 'Thierry Vignaud', LICENSE => 'perl_5', + CONFIGURE_REQUIRES => { + 'ExtUtils::MakeMaker' => '6.64', + }, PREREQ_PM => { 'MDV::Packdrakeng' => '1.00', # for URPM::Build }, |