New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous.
authorMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:32:52 +0000 (12:32 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:32:52 +0000 (12:32 +0000)
lib/IndexData/Utils/PersistentCounter.pm [new file with mode: 0644]

diff --git a/lib/IndexData/Utils/PersistentCounter.pm b/lib/IndexData/Utils/PersistentCounter.pm
new file mode 100644 (file)
index 0000000..5779261
--- /dev/null
@@ -0,0 +1,7 @@
+package IndexData::Utils::PersistentCounter;
+
+use 5.018002;
+use strict;
+use warnings;
+
+1;