From: Mike Taylor Date: Mon, 8 Dec 2014 12:33:11 +0000 (+0000) Subject: Pull in IndexData::Utils::PersistentCounter X-Git-Tag: v0.02~28 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=952f899ee438cb20ad03d3b5a9a436ff2e96d6f2;p=perl-indexdata-utils.git Pull in IndexData::Utils::PersistentCounter --- 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__