deb_control_files:
- control
- md5sums
deb_fields:
Architecture: all
Depends: libcarp-assert-perl, libclass-virtual-perl, libenum-perl, perl:any
Description: |-
Perl module for Least-Recently Used cache
This is an implementation of a least-recently used (LRU) cache keeping the
cache in RAM.
.
A LRU cache is similar to the kind of cache used by a web browser. New items
are placed into the top of the cache. When the cache grows past its size
limit, it throws away items off the bottom. The trick is that whenever an
item is -accessed-, it is pulled back to the top. The end result of all this
is that items which are frequently accessed tend to stay in the cache.
Homepage: https://metacpan.org/release/Tie-Cache-LRU
Installed-Size: '46'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libtie-cache-lru-perl
Priority: optional
Section: perl
Version: 20150301-3
srcpkg_name: libtie-cache-lru-perl
srcpkg_version: 20150301-3