From 144d61bd97d6212cba5becffb4a31607d9c9e536 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 9 Dec 2014 17:04:35 +0000 Subject: [PATCH] Downgrade the Perl version required by the individual modules *sigh* --- lib/IndexData/Utils.pm | 2 +- lib/IndexData/Utils/PersistentCounter.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/IndexData/Utils.pm b/lib/IndexData/Utils.pm index 4e61396..93f5ede 100644 --- a/lib/IndexData/Utils.pm +++ b/lib/IndexData/Utils.pm @@ -1,6 +1,6 @@ package IndexData::Utils; -use 5.018002; +use 5.010001; use strict; use warnings; diff --git a/lib/IndexData/Utils/PersistentCounter.pm b/lib/IndexData/Utils/PersistentCounter.pm index e8223f9..78a9454 100644 --- a/lib/IndexData/Utils/PersistentCounter.pm +++ b/lib/IndexData/Utils/PersistentCounter.pm @@ -1,6 +1,6 @@ package IndexData::Utils::PersistentCounter; -use 5.018002; +use 5.010001; use strict; use warnings; -- 1.7.10.4