Package perl-App-Cache: Information

    Source package: perl-App-Cache
    Version: 0.37-alt2_27
    Build time:  Nov 20, 2019, 07:42 PM in the task #241143
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Easy application-level caching
    Description: 
    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.
    For example, the Parse::BACKPAN::Packages module downloads a file off the
    net and parses it, creating a data structure. Only then can it actually
    provide any useful information for the programmer. Parse::BACKPAN::Packages
    uses App::Cache to cache both the file download and data structures,
    providing much faster use when the data is cached. This module stores data
    in the home directory of the user, in a dot directory. For example, the
    Parse::BACKPAN::Packages cache is actually stored underneath
    "~/.parse_backpan_packages/cache/". This is so that permissions are not a
    problem -- it is a per-user, per-application cache.

    List of rpms provided by this srpm:
    perl-App-Cache (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. perl(Path/Class.pm)
      2. perl(Storable.pm)
      3. perl(Test/More.pm)
      4. perl(Test/Pod.pm)
      5. perl-podlators
      6. rpm-build-perl
      7. rpm-build-perl
      8. perl(Class/Accessor/Chained/Fast.pm)
      9. perl(ExtUtils/MakeMaker.pm)
      10. perl(HTTP/Cookies.pm)
      11. perl(File/Find/Rule.pm)
      12. perl(File/HomeDir.pm)
      13. perl(LWP/UserAgent.pm)
      14. perl(File/stat.pm)

    Last changed


    Nov. 20, 2019 Igor Vlasenko 0.37-alt2_27
    - update to new release by fcimport
    May 24, 2019 Igor Vlasenko 0.37-alt2_25
    - to Sisyphus as dependency
    March 1, 2019 Igor Vlasenko 0.37-alt1_25
    - update to new release by fcimport