Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Hash-StoredIterator | Distribution: Fedora Project |
Version: 0.008 | Vendor: Fedora Project |
Release: 28.fc41 | Build date: Fri Jul 19 22:31:05 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-28.iad2.fedoraproject.org |
Size: 235675 | Source RPM: perl-Hash-StoredIterator-0.008-28.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Hash-StoredIterator | |
Summary: Functions for accessing a hash's internal iterator |
In 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().
GPL-1.0-or-later OR Artistic-1.0-Perl
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.008-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 10 2024 Jitka Plesnikova <[email protected]> - 0.008-27 - Perl 5.40 rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.008-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.008-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.008-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <[email protected]> - 0.008-23 - Perl 5.38 rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.008-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.008-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/99 /usr/lib/.build-id/99/dad4eb99ca9b3d81adf833d753f34390735d16 /usr/lib64/perl5/vendor_perl/Hash /usr/lib64/perl5/vendor_perl/Hash/StoredIterator.pm /usr/lib64/perl5/vendor_perl/auto/Hash /usr/lib64/perl5/vendor_perl/auto/Hash/StoredIterator /usr/lib64/perl5/vendor_perl/auto/Hash/StoredIterator/StoredIterator.so /usr/share/doc/perl-Hash-StoredIterator /usr/share/doc/perl-Hash-StoredIterator/Changes /usr/share/doc/perl-Hash-StoredIterator/README /usr/share/licenses/perl-Hash-StoredIterator /usr/share/licenses/perl-Hash-StoredIterator/LICENSE /usr/share/man/man3/Hash::StoredIterator.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 05:57:41 2024