summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Taylor [Tue, 9 Dec 2014 12:18:16 +0000 (12:18 +0000)]
Expect 21st access to have value 21, not 20!
Mike Taylor [Tue, 9 Dec 2014 12:17:51 +0000 (12:17 +0000)]
Implement next() and delete()
Mike Taylor [Tue, 9 Dec 2014 12:11:44 +0000 (12:11 +0000)]
Add concurrency testing from three processes.
Mike Taylor [Tue, 9 Dec 2014 11:39:02 +0000 (11:39 +0000)]
Fix testing.
Mike Taylor [Mon, 8 Dec 2014 16:56:40 +0000 (16:56 +0000)]
Add tests for counter.
Mike Taylor [Mon, 8 Dec 2014 16:56:34 +0000 (16:56 +0000)]
Some code, not complete.
Mike Taylor [Mon, 8 Dec 2014 12:38:06 +0000 (12:38 +0000)]
Add t/02-IndexData-Utils-PersistentCounter.t to MANIFEST.
Mike Taylor [Mon, 8 Dec 2014 12:37:45 +0000 (12:37 +0000)]
Remove vacuous auto-generated comments, add a meaningful one.
Mike Taylor [Mon, 8 Dec 2014 12:37:13 +0000 (12:37 +0000)]
New test-harness for IndexData::Utils::PersistentCounter
Mike Taylor [Mon, 8 Dec 2014 12:35:46 +0000 (12:35 +0000)]
Fix name of top-level test in MANIFEST.
Mike Taylor [Mon, 8 Dec 2014 12:35:22 +0000 (12:35 +0000)]
Rename
Mike Taylor [Mon, 8 Dec 2014 12:34:00 +0000 (12:34 +0000)]
Ignore all the crud generated by Perl's Makefile.PL/make.
Mike Taylor [Mon, 8 Dec 2014 12:33:11 +0000 (12:33 +0000)]
Pull in IndexData::Utils::PersistentCounter
Mike Taylor [Mon, 8 Dec 2014 12:32:52 +0000 (12:32 +0000)]
New file, lib/IndexData/Utils/PersistentCounter.pm, so far vacuous.
Mike Taylor [Mon, 8 Dec 2014 12:32:26 +0000 (12:32 +0000)]
Sort the MANIFEST.
Mike Taylor [Mon, 8 Dec 2014 12:32:04 +0000 (12:32 +0000)]
Add lib/IndexData/Utils/PersistentCounter.pm to distribution.
Mike Taylor [Mon, 8 Dec 2014 12:30:20 +0000 (12:30 +0000)]
Fix up inline documentation, such as it is.
Mike Taylor [Mon, 8 Dec 2014 12:28:05 +0000 (12:28 +0000)]
Rip out all the autoloader and exporter junk.
Mike Taylor [Mon, 8 Dec 2014 12:26:39 +0000 (12:26 +0000)]
Fix README.
Mike Taylor [Mon, 8 Dec 2014 12:24:49 +0000 (12:24 +0000)]
Full email address in Makefile.PL
Mike Taylor [Mon, 8 Dec 2014 12:19:33 +0000 (12:19 +0000)]
Initial commit, as generated by 'h2xs -X IndexData::Utils' with no edits yet