aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-27 13:51:04 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-27 13:51:04 +0000
commit0ad56eab051c267bb27ccf0749485807d23ab6f0 (patch)
tree618c79569db079e06f9852b4c1da59fbfd67d182 /devel/Makefile
parentcf06f7593d5e77b6d050830a8ade24c77b24bf2c (diff)
downloadports-0ad56eab051c267bb27ccf0749485807d23ab6f0.tar.gz
ports-0ad56eab051c267bb27ccf0749485807d23ab6f0.zip
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. Note, this module is part of all relevant perl dists, but various CPAN packages are beginning to require bug fixes found in newer versions.
Notes
Notes: svn path=/head/; revision=194334
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 270c8ed772ce..c4f1ed80ebbb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1576,6 +1576,7 @@
SUBDIR += p5-Tie-Hash-Sorted
SUBDIR += p5-Tie-Hash-TwoWay
SUBDIR += p5-Tie-IxHash
+ SUBDIR += p5-Tie-RefHash
SUBDIR += p5-Tie-Restore
SUBDIR += p5-Tie-ShareLite
SUBDIR += p5-Tie-Simple