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

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:01:04 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libhash-safekeys-perl_0.04.orig.tar.gz 9.0 KiB a524ad3bf9da677c1f8be6e15971b76575408f744923da27647ae8f1d3c37ccc
libhash-safekeys-perl_0.04-1build3.debian.tar.xz 1.8 KiB 7c0f01b2825c387688b17d40f9280bf81a4a4091cfcb475232dc7aa92551d3e8
libhash-safekeys-perl_0.04-1build3.dsc 2.2 KiB 6ad189bdf4af8d85724140e48a1076bca3dcb47f169c0e58bc2ecdf3c73eb084

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