libhash-safekeys-perl 0.04-1build1 source package in Ubuntu

Changelog

libhash-safekeys-perl (0.04-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:42:54 +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-safekeys-perl_0.04.orig.tar.gz 9.0 KiB a524ad3bf9da677c1f8be6e15971b76575408f744923da27647ae8f1d3c37ccc
libhash-safekeys-perl_0.04-1build1.debian.tar.xz 1.7 KiB e8433fc0f7767339c46b236b907ba8849722d1848aab2ade87479b9387a7d7b7
libhash-safekeys-perl_0.04-1build1.dsc 2.1 KiB 050cb98c9c2744af2b6fcbf9bd9e0207daff80926ec80a3463678185aae6f989

Available diffs

View changes file

Binary packages built by this source

libhash-safekeys-perl: Perl module to get hash contents without resetting each iterator

 Hash::SafeKeys provides alternate functions to access the keys, values, or
 entire contents of a hash in a way that does not reset the iterator, making
 them safe to use in such contexts:
 .
  while (my($k,$v) = each %hash) {
    ...
    @k = sort safekeys %hash; # Can do
    @v = grep { /foo/ }, safevalues %hash; # No problem
    print join ' ', safecopy %hash; # Right away, sir
  }

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