Downgrade the Perl version required by the individual modules *sigh*
[perl-indexdata-utils.git] / lib / IndexData / Utils.pm
index 7915ef7..93f5ede 100644 (file)
@@ -1,11 +1,13 @@
 package IndexData::Utils;
 
-use 5.018002;
+use 5.010001;
 use strict;
 use warnings;
 
 our $VERSION = '0.01';
 
+use IndexData::Utils::PersistentCounter;
+
 1;
 __END__