Click here to visit the old openkoji buildsystem (Archived)

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

ID1924
Package Nameperl-App-Cache
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.37
Release40.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-App-Cache.git#7b8487711239173b07692e940efdcf0c29ffa3a3
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 27 Apr 2024 11:21:21 CST
CompletedSat, 27 Apr 2024 11:29:06 CST
Taskbuild (f41, /rpms/perl-App-Cache.git:7b8487711239173b07692e940efdcf0c29ffa3a3)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-App-Cache.git#7b8487711239173b07692e940efdcf0c29ffa3a3'}}
Tags
f41
RPMs
src
perl-App-Cache-0.37-40.fc41.src.rpm (info) (download)
noarch
perl-App-Cache-0.37-40.fc41.noarch.rpm (info) (download)
perl-App-Cache-tests-0.37-40.fc41.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
installed_pkgs.log
build.log
root.log
state.log
mock_output.log
noarch_rpmdiff.json
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