deb_control_files:
- control
- md5sums
deb_fields:
Architecture: amd64
Depends: perl (>= 5.40.0-6), perlapi-5.40.0, libc6 (>= 2.3), libtest-simple-perl
Description: |-
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
}
Homepage: https://metacpan.org/release/Hash-SafeKeys
Installed-Size: '50'
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Package: libhash-safekeys-perl
Priority: optional
Section: perl
Source: libhash-safekeys-perl (0.04-1)
Version: 0.04-1+b4
srcpkg_name: libhash-safekeys-perl
srcpkg_version: 0.04-1