libhash-storediterator-perl 0.008-3build3 source package in Ubuntu

Changelog

libhash-storediterator-perl (0.008-3build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 17:02:22 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libhash-storediterator-perl_0.008.orig.tar.gz 67.4 KiB b9cbc4dcd8233e8d1d7f1481ddb79a4a5f9db7180cb3ef02b4bcbee05e65ea0c
libhash-storediterator-perl_0.008-3build3.debian.tar.xz 2.8 KiB cbc85a6f9689095dd0b62b4b2801dca12919e4fbda0ff4b0a066dd92d58f71a2
libhash-storediterator-perl_0.008-3build3.dsc 2.3 KiB 57aa750b6888b8b384e4d9374a2858850ae8fcff82caef9c12eb92098f563752

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