Pull in IndexData::Utils::PersistentCounter
authorMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:33:11 +0000 (12:33 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:33:11 +0000 (12:33 +0000)
lib/IndexData/Utils.pm

index 7915ef7..4e61396 100644 (file)
@@ -6,6 +6,8 @@ use warnings;
 
 our $VERSION = '0.01';
 
+use IndexData::Utils::PersistentCounter;
+
 1;
 __END__