Use references as hash keys
Go to file
Troy Dawson 9eda18065f Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 09:01:56 -07:00
.fmf Package tests 2024-02-01 10:10:18 +01:00
plans Package tests 2024-02-01 10:10:18 +01:00
tests Update tests and gating.yaml 2024-07-10 22:24:05 +02:00
.gitignore Import 2020-10-14 15:45:36 +02:00
gating.yaml Update tests and gating.yaml 2024-07-10 22:24:05 +02:00
perl-Tie-RefHash.spec Bump release for October 2024 mass rebuild: 2024-10-29 09:01:56 -07:00
README.md Added the README 2020-10-14 13:25:51 +00:00
sources Import 2020-10-14 15:45:36 +02: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.