Source: libmemoize-expirelru-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Memoize-ExpireLRU
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmemoize-expirelru-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmemoize-expirelru-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libmemoize-expirelru-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Expiry plug-in for Memoize that adds LRU cache expiration
 Memoize::ExpireLRU implements an expiry policy for Memoize that follows LRU
 semantics, that is, the last n results, where n is specified as the argument
 to the CACHESIZE parameter, will be cached.
 .
 For the theory of Memoization, please see the Memoize module documentation.
