libhash-safekeys-perl 0.04-1 (amd64 binary) in ubuntu lunar

 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
  }

Details

Package version:
0.04-1
Source:
libhash-safekeys-perl 0.04-1 source package in Ubuntu
Status:
Published
Component:
universe
Priority:
Optional

Package relationships