aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-AsObject/pkg-descr
blob: 3bd9e26ca81d6d3bf4c9c5ce4c5e2dd4670d0126 (plain) (blame)
1
2
3
4
5
6
7
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/