aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Tie-Hash-TwoWay/pkg-descr
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-11-15 16:51:38 +0800
committertobez <tobez@FreeBSD.org>2005-11-15 16:51:38 +0800
commit6a50e9f0f29c2e4bf31f18f42ee41a0aaa095bad (patch)
treef64fbbdb1be3765f62679f5e3a5ccc5344c5186d /devel/p5-Tie-Hash-TwoWay/pkg-descr
parentee4f1972eb6659f1fe5aac51187ca1aa2498ff00 (diff)
downloadfreebsd-ports-gnome-6a50e9f0f29c2e4bf31f18f42ee41a0aaa095bad.tar.gz
freebsd-ports-gnome-6a50e9f0f29c2e4bf31f18f42ee41a0aaa095bad.tar.zst
freebsd-ports-gnome-6a50e9f0f29c2e4bf31f18f42ee41a0aaa095bad.zip
Add devel/p5-Tie-Hash-TwoWay 1.08, a Perl module that provides two-way
mapping between disjoint sets.
Diffstat (limited to 'devel/p5-Tie-Hash-TwoWay/pkg-descr')
-rw-r--r--devel/p5-Tie-Hash-TwoWay/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Tie-Hash-TwoWay/pkg-descr b/devel/p5-Tie-Hash-TwoWay/pkg-descr
new file mode 100644
index 000000000000..ad55200fea8b
--- /dev/null
+++ b/devel/p5-Tie-Hash-TwoWay/pkg-descr
@@ -0,0 +1,9 @@
+Tie::Hash::TwoWay will take a list of one-way associations and
+transparently create their reverse. For instance, say you have a list
+of machines, and a list of classes that each machine belongs to.
+Tie::Hash::TwoWay will take the machines, one by one, with an associated
+array reference of class names, and build the reverse mapping of classes
+to machines. All the mappings are stored as hashes. You can access the
+secondary mappings as if they were hash keys in their own right.
+
+WWW: http://search.cpan.org/dist/Tie-Hash-TwoWay/