1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libcache-ref-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhash-util-fieldhash-compat-perl,
libmoose-perl,
libmoosex-role-parameterized-perl,
libnamespace-autoclean-perl,
libtest-use-ok-perl,
perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-ref-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcache-ref-perl.git
Homepage: http://search.cpan.org/dist/Cache-Ref/
Package: libcache-ref-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libhash-util-fieldhash-compat-perl,
libmoose-perl,
libmoosex-role-parameterized-perl,
libnamespace-autoclean-perl,
perl
Description: Perl module for caching references in memory
Cache::Ref implements in-memory caching, designed primarily for shared
references. It supports various caching algorithms.
.
It differs from CHI (libchi-perl), in that it does not attempt to address
the problem of caching things persistently.
|