devel/p5-Hash-SafeKeys - The NetBSD Packages Collection

Perl5 module to get hash contents without resetting each iterator

Every hash variable in Perl has its own internal iterator, accessed
by the builtin each, keys, and values functions. The iterator is
also implicitly used whenever the hash is evaluated in list context.
The iterator is "reset" whenever keys or values is called on a
hash, including the implicit calls when the hash is evaluated in
list context. That makes it dangerous to do certain hash operations
inside a while ... each loop.

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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

lang/perl5 lang/perl5

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64p5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0aarch64ebp5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0alphap5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0earmv6hfp5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0earmv7hfp5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0i386p5-Hash-SafeKeys-0.04.tgz
NetBSD 10.0x86_64p5-Hash-SafeKeys-0.04.tgz
NetBSD 9.0aarch64p5-Hash-SafeKeys-0.04.tgz
NetBSD 9.0earmv6hfp5-Hash-SafeKeys-0.04.tgz
NetBSD 9.0earmv7hfp5-Hash-SafeKeys-0.04.tgz
NetBSD 9.0i386p5-Hash-SafeKeys-0.04.tgz
NetBSD 9.0x86_64p5-Hash-SafeKeys-0.04.tgz
NetBSD 9.3x86_64p5-Hash-SafeKeys-0.04.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.