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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on libmodule-build-perl,
      libtest2-suite-perl and perl.

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 22:18:13 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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-3.dsc 2.2 KiB eb20514c589a4c4bcfd967f29b40f4adb363a5909d8b1ce0bdd75dba5abeeeda
libhash-storediterator-perl_0.008.orig.tar.gz 67.4 KiB b9cbc4dcd8233e8d1d7f1481ddb79a4a5f9db7180cb3ef02b4bcbee05e65ea0c
libhash-storediterator-perl_0.008-3.debian.tar.xz 2.7 KiB 30592ab59bf8af6f07d45a7872428a27a20023d6f8b392049a800562255d617a

No changes file available.

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