projects
/
perl-indexdata-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous.
[perl-indexdata-utils.git]
/
lib
/
IndexData
/
Utils
/
PersistentCounter.pm
1
package IndexData::Utils::PersistentCounter;
2
3
use 5.018002;
4
use strict;
5
use warnings;
6
7
1;