Commit graph

4 commits

Author SHA1 Message Date
hiramatsu
075eecf33d Update p5-Tie-Cache-LRU to 20110205.
Change from previous:
20110205  Sat, 05 Feb 2011 14:57:08 +1100
    Misc
    * Clarified the license
2011-10-22 01:39:30 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
cube
db809cde33 Initial import of devel/p5-Tie-Cache-LRU.
This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.
2010-07-04 17:48:06 +00:00