aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-05 16:42:32 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 10:52:06 +0200
commit0eefe8d89c6dae76c6f2ee5410788427b04f1459 (patch)
tree7ef9240985541ba0c52d39f184937acba0312d1b
parent64e625e4df8b6434a469172236705b3b4c8093a2 (diff)
downloadperl-URPM-0eefe8d89c6dae76c6f2ee5410788427b04f1459.tar
perl-URPM-0eefe8d89c6dae76c6f2ee5410788427b04f1459.tar.gz
perl-URPM-0eefe8d89c6dae76c6f2ee5410788427b04f1459.tar.bz2
perl-URPM-0eefe8d89c6dae76c6f2ee5410788427b04f1459.tar.xz
perl-URPM-0eefe8d89c6dae76c6f2ee5410788427b04f1459.zip
Needs perl-5.8 (Kwalitee)
-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
}