New test-harness for IndexData::Utils::PersistentCounter
[perl-indexdata-utils.git] / t / 02-IndexData-Utils-PersistentCounter.t
1 use strict;
2 use warnings;
3
4 use Test::More tests => 1;
5 BEGIN { use_ok('IndexData::Utils::PersistentCounter') };