Paketname | libclass-accessor-classy-perl |
Beschreibung | Perl module providing minimalist, fast accessors |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.9.1-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 14674 Byte |
Prüfsumme MD5 | bad907d8568ad02fa4af45c233293171 |
Prüfsumme SHA1 | 4885dcf07c0a4d23d7276905859f3398237ee454 |
Prüfsumme SHA256 | c06b8abb8e395d8b5b980bd98acb2be0a65930b48ee1cbc7b9736906be23e92e |
Link zum Herunterladen | libclass-accessor-classy-perl_0.9.1-1_all.deb |
Ausführliche Beschreibung | Class::Accessor::Classy provides an extremely small-footprint accessor/mutator
declaration scheme for fast and convenient object attribute setup. Its intent
is to be a simple and speedy mechanism for preventing hash-key typos rather
than a full-blown object system with type checking and so on.
.
The accessor ('foo') and mutator ('set_foo') methods appear as a hidden parent
class of your package and stay out of your way otherwise.
|