aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL3
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
},