./wip/p5-Hash-AsObject, Treat hashes as objects, with arbitrary accessors/mutators

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13, Package name: p5-Hash-AsObject-0.13, Maintainer: athaba

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 to get or set hash elements
with that name. See below for more information.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: f70db0ab5934ed9624f56310bb14a136cd5c9376
Filesize: 7.926 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 12:45:25 by Aleksej Saushev | Files touched by this commit (38)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-04-15 09:10:03 by Christian St. | Files touched by this commit (12)
Log message:
Changed maintainer to sourceforge email address
   2010-02-05 16:33:07 by Christian St. | Files touched by this commit (2)
Log message:
Update Hash-AsObject to 0.13

   2009-02-28 00:53:34 by Christian St. | Files touched by this commit (2) | Package updated
Log message:
update to 0.11
changes:
  - include MANIFEST in release (rt.cpan.org #32612)
   2008-08-08 12:01:04 by Christian St. | Files touched by this commit (3) | Imported package
Log message:
Import p5-Hash-AsObject-0.10 as wip/p5-Hash-AsObject.

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 to get or set hash elements
with that name. See below for more information.