*sigh* downgrade required Perl version yet again, in all three places, to the v5...
authorMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:22:03 +0000 (17:22 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 9 Dec 2014 17:22:03 +0000 (17:22 +0000)
Makefile.PL
lib/IndexData/Utils.pm
lib/IndexData/Utils/PersistentCounter.pm

index 1544ded..db58727 100644 (file)
@@ -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.
index 93f5ede..828b3ea 100644 (file)
@@ -1,6 +1,6 @@
 package IndexData::Utils;
 
-use 5.010001;
+use 5.008008;
 use strict;
 use warnings;
 
index 78a9454..2eaac65 100644 (file)
@@ -1,6 +1,6 @@
 package IndexData::Utils::PersistentCounter;
 
-use 5.010001;
+use 5.008008;
 use strict;
 use warnings;