From 0eefe8d89c6dae76c6f2ee5410788427b04f1459 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 May 2020 16:42:32 +0200 Subject: Needs perl-5.8 (Kwalitee) --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) 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 } -- cgit v1.2.1