From eaf7cadd58fc53a76d9538b8f43541f59ba65ea3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 9 Dec 2014 16:50:45 +0000 Subject: [PATCH] Require a less ridiculously up-to-date Perl than the one generated as an automatic dependency. 5.10.01, which comes with CentOS 6, is perfectly adequate --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 5a1db51..1544ded 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.018002; +use 5.010001; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -- 1.7.10.4