projects
/
perl-indexdata-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f2b42
)
Pull in IndexData::Utils::PersistentCounter
author
Mike Taylor
<mike@indexdata.com>
Mon, 8 Dec 2014 12:33:11 +0000
(12:33 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 8 Dec 2014 12:33:11 +0000
(12:33 +0000)
lib/IndexData/Utils.pm
patch
|
blob
|
history
diff --git
a/lib/IndexData/Utils.pm
b/lib/IndexData/Utils.pm
index
7915ef7
..
4e61396
100644
(file)
--- a/
lib/IndexData/Utils.pm
+++ b/
lib/IndexData/Utils.pm
@@
-6,6
+6,8
@@
use warnings;
our $VERSION = '0.01';
+use IndexData::Utils::PersistentCounter;
+
1;
__END__