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: libapp-cache-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libclass-accessor-chained-perl,
libfile-find-rule-perl,
libfile-homedir-perl,
libmodule-build-perl,
libpath-class-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
libwww-perl,
perl
Maintainer: Jonas Genannt <jonas.genannt@capi2name.de>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/App-Cache/
Package: libapp-cache-perl
Architecture: all
Depends: libclass-accessor-chained-perl,
libfile-find-rule-perl,
libfile-homedir-perl,
libpath-class-perl,
libwww-perl,
${misc:Depends},
${perl:Depends}
Description: Easy application-level caching library for perl
The App::Cache module lets an application cache data locally. There
are a few times an application would need to cache data: when it is
retrieving information from the network or when it has to complete a
large calculation.
|