From 08f9770daf484a732291bfb066833af18df4c9de Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 8 Dec 2014 12:37:13 +0000 Subject: [PATCH] New test-harness for IndexData::Utils::PersistentCounter --- t/02-IndexData-Utils-PersistentCounter.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 t/02-IndexData-Utils-PersistentCounter.t diff --git a/t/02-IndexData-Utils-PersistentCounter.t b/t/02-IndexData-Utils-PersistentCounter.t new file mode 100644 index 0000000..491bc7d --- /dev/null +++ b/t/02-IndexData-Utils-PersistentCounter.t @@ -0,0 +1,5 @@ +use strict; +use warnings; + +use Test::More tests => 1; +BEGIN { use_ok('IndexData::Utils::PersistentCounter') }; -- 1.7.10.4