https://bugzilla.redhat.com/show_bug.cgi?id=998250 Bug ID: 998250 Summary: Review Request: perl-Hash-StoredIterator - Functions for accessing a hash's internal iterator Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: paul@xxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: http://subversion.city-fan.org/repos/cfo-repo/perl-Hash-StoredIterator/branches/fedora/perl-Hash-StoredIterator.spec SRPM URL: http://www.city-fan.org/~paul/extras/perl-Hash-StoredIterator/perl-Hash-StoredIterator-0.007-2.fc20.src.rpm 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(). Fedora Account System Username: pghmcfc -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VHQ9NRbc37&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review