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.
