From: Mike Taylor Date: Mon, 8 Dec 2014 12:37:13 +0000 (+0000) Subject: New test-harness for IndexData::Utils::PersistentCounter X-Git-Tag: v0.02~24 X-Git-Url: http://git.indexdata.com/?p=perl-indexdata-utils.git;a=commitdiff_plain;h=08f9770daf484a732291bfb066833af18df4c9de New test-harness for IndexData::Utils::PersistentCounter --- 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') };