aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-AsObject/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Hash-AsObject/pkg-descr')
-rw-r--r--devel/p5-Hash-AsObject/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Hash-AsObject/pkg-descr b/devel/p5-Hash-AsObject/pkg-descr
new file mode 100644
index 000000000000..3bd9e26ca81d
--- /dev/null
+++ b/devel/p5-Hash-AsObject/pkg-descr
@@ -0,0 +1,8 @@
+A Hash::AsObject is a blessed hash that provides read-write access to its
+elements using accessors. (Actually, they're both accessors and mutators.)
+
+It's designed to act as much like a plain hash as possible; this means,
+for example, that you can use methods like DESTROY and if the Hash::AsObject
+has an element with that name, it'll get or set it.
+
+WWW: http://search.cpan.org/dist/Hash-AsObject/