From: Michael Tremer Date: Fri, 18 Oct 2019 18:43:27 +0000 (+0100) Subject: perl: Do not insist on Perl 5.28 or higher X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d9cd8682f043403c8709d682023056c237ae437;p=people%2Fsennis%2Flibloc.git perl: Do not insist on Perl 5.28 or higher We have no special requirements here. Signed-off-by: Michael Tremer --- diff --git a/src/perl/Makefile.PL b/src/perl/Makefile.PL index ba53efc..38d5390 100644 --- a/src/perl/Makefile.PL +++ b/src/perl/Makefile.PL @@ -1,4 +1,3 @@ -use 5.028001; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written.