Paketname | libclass-accessor-perl |
Beschreibung | Perl module that automatically generates accessors |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.34-1 |
Sektion | perl |
Priorität | important |
Installierte Größe | 104 Byte |
Hängt ab von | perl, libsub-name-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 26038 Byte |
Prüfsumme MD5 | b8dc3f1734b92b8ccd6e9ba464ca42c0 |
Prüfsumme SHA1 | 566e5fa15fbedfc182f8c876691eee870df96bd6 |
Prüfsumme SHA256 | 4afa5673b05a2527754bb9b0ca546b7dc7846d2ba37d58153e39f6a0a7722a75 |
Link zum Herunterladen | libclass-accessor-perl_0.34-1_all.deb |
Ausführliche Beschreibung | Class::Accessor automagically generates accessor/mutator methods for your
class. Most of the time, writing accessors is an exercise in cutting and
pasting. If you make your module a subclass of Class::Accessor and declare
your accessor fields with mk_accessors() then you will find yourself with a
set of automatically generated accessors which can even be customized.
|