From: Mike Taylor Date: Tue, 9 Dec 2014 17:04:35 +0000 (+0000) Subject: Downgrade the Perl version required by the individual modules *sigh* X-Git-Tag: v0.02~7 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=144d61bd97d6212cba5becffb4a31607d9c9e536;p=perl-indexdata-utils.git Downgrade the Perl version required by the individual modules *sigh* --- 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;