New test-harness for IndexData::Utils::PersistentCounter
authorMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:37:13 +0000 (12:37 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 8 Dec 2014 12:37:13 +0000 (12:37 +0000)
t/02-IndexData-Utils-PersistentCounter.t [new file with mode: 0644]

diff --git a/t/02-IndexData-Utils-PersistentCounter.t b/t/02-IndexData-Utils-PersistentCounter.t
new file mode 100644 (file)
index 0000000..491bc7d
--- /dev/null
@@ -0,0 +1,5 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+BEGIN { use_ok('IndexData::Utils::PersistentCounter') };