libhash-storediterator-perl 0.008-2build4 source package in Ubuntu

Changelog

libhash-storediterator-perl (0.008-2build4) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:44:02 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libhash-storediterator-perl_0.008.orig.tar.gz 67.4 KiB b9cbc4dcd8233e8d1d7f1481ddb79a4a5f9db7180cb3ef02b4bcbee05e65ea0c
libhash-storediterator-perl_0.008-2build4.debian.tar.xz 2.6 KiB cadf3c09d660933347c8d327ba065e9f1bb6482d06e55e14413e5509fc8c644b
libhash-storediterator-perl_0.008-2build4.dsc 2.4 KiB 7e5bd2ce0a9ecbdabccc1c84436c3ad3759df32a0a0ce620607418f9aed16419

Available diffs

View changes file

Binary packages built by this source

libhash-storediterator-perl: Perl module for accessing a hashes internal iterator

 Hash::StoredIterator gives access to get, set, and init the iterator inside
 a hash. This allows one to store the current iterator, use
 each/keys/values/etc, and then restore the iterator, this helps to ensure
 that nobody interacts badly with other users of the 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 eachother when
 nested.

libhash-storediterator-perl-dbgsym: debug symbols for libhash-storediterator-perl