Thu, 22 Aug 2024 01:46:32 UTC | login

Information for build perl-Hash-StoredIterator-0.008-14.fc33

ID165038
Package Nameperl-Hash-StoredIterator
Version0.008
Release14.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Hash-StoredIterator.git#a175943748ffa14466ef3de2f42e62621299caeb
SummaryFunctions for accessing a hash's internal iterator
DescriptionIn perl all hashes have an internal iterator. This iterator is used by the each() function, as well as by keys() and values(). Because these all share use of the same iterator, they tend to interact badly with each other when nested. Hash::StoredIterator gives you access to get, set, and init the iterator inside a hash. This allows you to store the current iterator, use each / keys / values etc., and then restore the iterator, which helps you to ensure you do not interact badly with other users of the iterator. Along with low-level get / set / init functions, there are also 2 variations of each() that let you act upon each key/value pair in a safer way than vanilla each(). This module can also export new implementations of keys() and values() that stash and restore the iterator so that they are safe to use within each().
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 15 Jul 2020 04:32:55 UTC
CompletedWed, 15 Jul 2020 04:47:48 UTC
Taskbuild (f33, /rpms/perl-Hash-StoredIterator.git:a175943748ffa14466ef3de2f42e62621299caeb)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Hash-StoredIterator.git#a175943748ffa14466ef3de2f42e62621299caeb'}}
Tags
f33
RPMs
src
perl-Hash-StoredIterator-0.008-14.fc33.src.rpm (info) (download)
riscv64
perl-Hash-StoredIterator-0.008-14.fc33.riscv64.rpm (info) (download)
perl-Hash-StoredIterator-debuginfo-0.008-14.fc33.riscv64.rpm (info) (download)
perl-Hash-StoredIterator-debugsource-0.008-14.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-14 - Perl 5.32 rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 07 2019 Paul Howarth <paul@city-fan.org> - 0.008-12 - Spec tidy-up - Use author-independent source URL - Fix permissions verbosely * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-10 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild