DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibclass-data-accessor-perl
BeschreibungInheritable, overridable class and instance data accessor creation
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.04004-1
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße10452 Byte
Prüfsumme MD5b97de81d5eae0bd6f3f514a6bf2cfb1d
Prüfsumme SHA109bcdba4ea7cffa0e22ddbbffafe21b956bfe363
Prüfsumme SHA256f322ec99ce4ec1ae55cd6d2afef2a9b8e89b27957bec0474563c8247975bcea1
Link zum Herunterladenlibclass-data-accessor-perl_0.04004-1_all.deb
Ausführliche BeschreibungClass::Data::Accessor is the marriage of Class::Accessor and Class::Data::Inheritable into a single module. It is used for creating accessors to class properties that is overridable in subclasses as well as in class instances. . For example: . Pere::Ubu->mk_classaccessor('Suitcase'); . will generate the method Suitcase() in the class Pere::Ubu. . This new method can be used to get and set a piece of class property. . Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase;


Impressum
Linux is a registered trademark of Linus Torvalds