aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 96f2630..09d6704 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,6 +23,10 @@ unless (eval "use ExtUtils::Depends '$CONFIGURE_REQUIRES{'ExtUtils::Depends'}';"
NAME => 'URPM',
PREREQ_FATAL => 1,
PREREQ_PM => \%CONFIGURE_REQUIRES,
+ MIN_PERL_VERSION => '5.008000',
+ 'CONFIGURE_REQUIRES' => {
+ 'ExtUtils::MakeMaker' => '6.48'
+ },
);
exit 1; # not reached
}