From 952f899ee438cb20ad03d3b5a9a436ff2e96d6f2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 8 Dec 2014 12:33:11 +0000 Subject: [PATCH] Pull in IndexData::Utils::PersistentCounter --- lib/IndexData/Utils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/IndexData/Utils.pm b/lib/IndexData/Utils.pm index 7915ef7..4e61396 100644 --- a/lib/IndexData/Utils.pm +++ b/lib/IndexData/Utils.pm @@ -6,6 +6,8 @@ use warnings; our $VERSION = '0.01'; +use IndexData::Utils::PersistentCounter; + 1; __END__ -- 1.7.10.4