From e3e89c0fc814a1df49e11a2b79df67f11ee6914e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 9 Dec 2014 17:22:03 +0000 Subject: [PATCH] *sigh* downgrade required Perl version yet again, in all three places, to the v5.8.8 that comes with CentOS 5 --- Makefile.PL | 2 +- lib/IndexData/Utils.pm | 2 +- lib/IndexData/Utils/PersistentCounter.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 1544ded..db58727 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use 5.010001; +use 5.008008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. diff --git a/lib/IndexData/Utils.pm b/lib/IndexData/Utils.pm index 93f5ede..828b3ea 100644 --- a/lib/IndexData/Utils.pm +++ b/lib/IndexData/Utils.pm @@ -1,6 +1,6 @@ package IndexData::Utils; -use 5.010001; +use 5.008008; use strict; use warnings; diff --git a/lib/IndexData/Utils/PersistentCounter.pm b/lib/IndexData/Utils/PersistentCounter.pm index 78a9454..2eaac65 100644 --- a/lib/IndexData/Utils/PersistentCounter.pm +++ b/lib/IndexData/Utils/PersistentCounter.pm @@ -1,6 +1,6 @@ package IndexData::Utils::PersistentCounter; -use 5.010001; +use 5.008008; use strict; use warnings; -- 1.7.10.4