From: Mike Taylor Date: Tue, 9 Dec 2014 17:22:03 +0000 (+0000) Subject: *sigh* downgrade required Perl version yet again, in all three places, to the v5... X-Git-Tag: v0.02~3^2 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=e3e89c0fc814a1df49e11a2b79df67f11ee6914e;p=perl-indexdata-utils.git *sigh* downgrade required Perl version yet again, in all three places, to the v5.8.8 that comes with CentOS 5 --- 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;