libhash-safekeys-perl binary package in Ubuntu Lunar amd64

 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
  }

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-01-25 22:04:02 UTC Published Ubuntu Lunar amd64 release universe perl Optional 0.04-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe perl Optional 0.04-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published