summaryrefslogtreecommitdiffstats
path: root/RPM4/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/Makefile.PL')
-rw-r--r--RPM4/Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL
index a742930..61e587c 100644
--- a/RPM4/Makefile.PL
+++ b/RPM4/Makefile.PL
@@ -38,6 +38,10 @@ WriteMakefile(
release_status => 'stable'
},
MIN_PERL_VERSION => '5.008001',
+ CONFIGURE_REQUIRES => {
+ 'ExtUtils::MakeMaker' => '6.64',
+ 'Getopt::Long' => '0',
+ },
PREREQ_PM => {
Carp => 0,
'Digest::SHA1' => 0,