Use references as hash keys
Go to file
Mohan Boddu 6e83a40f81 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 23:48:05 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00
perl-Tie-RefHash.spec Rebuilt for IMA sigs, glibc 2.34, aarch64 flags 2021-08-09 23:48:05 +00:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00

perl-Tie-RefHash

This module provides the ability to use references as hash keys if you first "tie" the hash variable to this module. Normally, only the keys of the tied hash itself are preserved as references; to use references as keys in hashes-of-hashes, use Tie::RefHash::Nestable, included as part of Tie::RefHash.