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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:08:14 +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-3build2.debian.tar.xz 2.8 KiB 67d7217c225b9d96acfac14c2c8eaa8de7f961d8fdf360f0fd1e4d18d88856c4
libhash-storediterator-perl_0.008-3build2.dsc 2.3 KiB debaa500cd121c28a295e0cbaa70289f959ba15f43a0f647f6f24a822661709a

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