Paketname | libclass-accessor-classy-perl |
Beschreibung | Perl module providing minimalist, fast accessors |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.9.1-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14646 Byte |
Prüfsumme MD5 | 539c87ebb50f6b6d267f27905b6e3bc4 |
Prüfsumme SHA1 | 541c186888dc6a8ade88b0f0f1ac6d45706227d1 |
Prüfsumme SHA256 | b0bc3b870dc9419033cc1a60b844b9489741a250f5da77a5f5611b646aeec493 |
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.
|