]> git.ipfire.org Git - location/libloc.git/commitdiff
perl: Do not insist on Perl 5.28 or higher
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Oct 2019 18:43:27 +0000 (19:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Oct 2019 18:43:27 +0000 (19:43 +0100)
We have no special requirements here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/perl/Makefile.PL

index ba53efc73998e5e18239ed3fa995f7f834f2b33d..38d5390f0da0e8af15c2c1d22b9fa868a2c60340 100644 (file)
@@ -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.