From: Mike Taylor Date: Tue, 9 Dec 2014 17:22:09 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/perl-indexdata-utils X-Git-Tag: v0.02~3 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=8d442e576298309e3d09e39bae66015cdda123ce;hp=2becfbbc8a36959a381b25218127ac664e456950;p=perl-indexdata-utils.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/perl-indexdata-utils --- 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 f3c689b..befe9c7 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;