From 36f2b4267e13743c0674fe2766cdfe92e1417ef3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 8 Dec 2014 12:32:52 +0000 Subject: [PATCH] New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous. --- lib/IndexData/Utils/PersistentCounter.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/IndexData/Utils/PersistentCounter.pm 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; -- 1.7.10.4