Fedora 19 Update: perl-Hash-StoredIterator-0.007-2.fc19

updates at fedoraproject.org updates at fedoraproject.org
Fri Sep 13 01:05:49 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-15796
2013-09-04 23:52:55
--------------------------------------------------------------------------------

Name        : perl-Hash-StoredIterator
Product     : Fedora 19
Version     : 0.007
Release     : 2.fc19
URL         : https://metacpan.org/release/Hash-StoredIterator
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().

--------------------------------------------------------------------------------
Update Information:

This is the first Fedora release of perl-Hash-StoredIterator.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #998250 - Review Request: perl-Hash-StoredIterator - Functions for accessing a hash's internal iterator
        https://bugzilla.redhat.com/show_bug.cgi?id=998250
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Hash-StoredIterator' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list