SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Hash-StoredIterator rpm build for : Fedora Other. For other distributions click perl-Hash-StoredIterator.

Name : perl-Hash-StoredIterator
Version : 0.008 Vendor : Fedora Project
Release : 28.fc41 Date : 2024-07-19 22:30:10
Group : Unspecified Source RPM : perl-Hash-StoredIterator-0.008-28.fc41.src.rpm
Size : 0.05 MB
Packager : Fedora Project
Summary : Functions for accessing a hash\'s internal iterator
Description :
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().

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Hash-StoredIterator-0.008-28.fc41.x86_64.rpm
ftp.icm.edu.pl  perl-Hash-StoredIterator-0.008-28.fc41.x86_64.rpm
     

Provides :
perl(Hash::StoredIterator)
perl-Hash-StoredIterator
perl-Hash-StoredIterator(x86-64)

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(:VERSION) >= 5.10.0
perl(B)
perl(Carp)
perl(Exporter)
perl(XSLoader)
perl(base)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/ee4e766e8a696c5db3411e362642b8c22bc314
/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

 
ICM