Sun, 29 Sep 2024 05:40:20 UTC | login

Information for build perl-App-Cache-0.37-40.fc40

ID282673
Package Nameperl-App-Cache
Version0.37
Release40.fc40
Epoch
SummaryEasy application-level caching
DescriptionThe 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 14:13:34 UTC
CompletedWed, 21 Feb 2024 14:13:34 UTC
Tags
f40
f41
RPMs
src
perl-App-Cache-0.37-40.fc40.src.rpm (info) (download)
noarch
perl-App-Cache-0.37-40.fc40.noarch.rpm (info) (download)
perl-App-Cache-tests-0.37-40.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-35 - Perl 5.36 rebuild