From: Mike Taylor Date: Mon, 8 Dec 2014 12:32:52 +0000 (+0000) Subject: New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous. X-Git-Tag: v0.02~29 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=36f2b4267e13743c0674fe2766cdfe92e1417ef3;p=perl-indexdata-utils.git New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous. --- diff --git a/lib/IndexData/Utils/PersistentCounter.pm b/lib/IndexData/Utils/PersistentCounter.pm new file mode 100644 index 0000000..5779261 --- /dev/null +++ b/lib/IndexData/Utils/PersistentCounter.pm @@ -0,0 +1,7 @@ +package IndexData::Utils::PersistentCounter; + +use 5.018002; +use strict; +use warnings; + +1;