Thu, 22 Aug 2024 04:57:18 UTC | login

Information for build perl-Hash-StoredIterator-0.008-5.fc27

ID12413
Package Nameperl-Hash-StoredIterator
Version0.008
Release5.fc27
Epoch
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:19:01 UTC
CompletedSat, 14 Apr 2018 20:19:01 UTC
Tags
f28
f29
RPMs
src
perl-Hash-StoredIterator-0.008-5.fc27.src.rpm (info) (download)
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Aug 11 2016 Paul Howarth <paul@city-fan.org> - 0.008-1 - Update to 0.008 - Silenced eich deprecation warnings in tests - Typo fixes (GH#3) - Added a license file - Testing using Travis and AppVeyor - No longer depending on Fennec: using Test2 instead, reducing the dependency chain - Added repository metadata (GH#4) - This release by MSCHWERN → update source URL - Classify buildreqs by usage - Simplify find command using -empty and -delete * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-9 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-6 - Perl 5.22 rebuild * Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-5 - Perl 5.20 rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.007-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 18 2013 Paul Howarth <paul@city-fan.org> - 0.007-2 - Sanitize for Fedora submission * Thu Aug 15 2013 Paul Howarth <paul@city-fan.org> - 0.007-1 - Initial RPM version