Try winding compat down from 9 to 8
[perl-indexdata-utils.git] / lib / IndexData / Utils.pm
index 7915ef7..befe9c7 100644 (file)
@@ -1,10 +1,12 @@
 package IndexData::Utils;
 
-use 5.018002;
+use 5.008008;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
+
+use IndexData::Utils::PersistentCounter;
 
 1;
 __END__