Paketname | libhash-asobject-perl |
Beschreibung | Perl modules to treat hashes as objects, with arbitrary accessors/mutators |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.10-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 11862 Byte |
Prüfsumme MD5 | 9178ae08832b922f5bafeab9edca1a12 |
Prüfsumme SHA1 | 021df321f842cb8ae4f622bfd70a04e396fd6c17 |
Prüfsumme SHA256 | 8b3bae5d75713529b37ebd311cfc675d3a3d9a2a6a94b94e318f0b6956f26df5 |
Link zum Herunterladen | libhash-asobject-perl_0.10-1_all.deb |
Ausführliche Beschreibung | 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.
|