Пакет perl-App-Cache: Информация

    Исходный пакет: perl-App-Cache
    Версия: 0.37-alt2_27
    Собран:  20 ноября 2019 г. 23:16
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://metacpan.org/release/App-Cache

    Лицензия: GPL+ or Artistic
    О пакете: Easy application-level caching
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-App-Cache (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

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

    Последнее изменение


    20 ноября 2019 г. Igor Vlasenko 0.37-alt2_27
    - update to new release by fcimport
    24 мая 2019 г. Igor Vlasenko 0.37-alt2_25
    - to Sisyphus as dependency
    1 марта 2019 г. Igor Vlasenko 0.37-alt1_25
    - update to new release by fcimport