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

Changelog

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

  * Initial release (closes: #1029228).

 -- Mason James <email address hidden>  Fri, 20 Jan 2023 17:25:21 +1300

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libhash-safekeys-perl_0.04-1.dsc 2.2 KiB 81bb0fe640fa1f04bd168db5ab6afcf248163a3016612a6a53eac250ba382400
libhash-safekeys-perl_0.04.orig.tar.gz 9.0 KiB a524ad3bf9da677c1f8be6e15971b76575408f744923da27647ae8f1d3c37ccc
libhash-safekeys-perl_0.04-1.debian.tar.xz 1.6 KiB c07de5699df50e74336fb15a17ce6d44de85b63a0ef7cad42d1d4c0a9dc3b1bc

No changes file available.

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