aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-AutoHash/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Hash-AutoHash/pkg-descr')
-rw-r--r--devel/p5-Hash-AutoHash/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-Hash-AutoHash/pkg-descr b/devel/p5-Hash-AutoHash/pkg-descr
new file mode 100644
index 000000000000..a52495a1357f
--- /dev/null
+++ b/devel/p5-Hash-AutoHash/pkg-descr
@@ -0,0 +1,10 @@
+This is yet another module that lets you access or change the elements
+of a hash using methods with the same name as the element's key. It
+follows in the footsteps of Hash::AsObject, Hash::Inflator,
+Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
+main difference between this module and its forebears is that it
+supports tied hashes, in addition to regular hashes. This allows a
+modular division of labor: this class is generic and treats all hashes
+the same; any special semantics come from the tied hash.
+
+WWW: http://search.cpan.org/dist/Hash-AutoHash/