Use references as hash keys
Go to file
DistroBaker 7c0bce0ff3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/perl-Tie-RefHash.git#b1d8a07456a8de00afd5cf8cb5d8b91109611c0d
2021-02-04 22:11:02 +01:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-20 07:32:06 -07:00
perl-Tie-RefHash.spec Merged update from upstream sources 2021-02-04 22:11:02 +01: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.