Package: libclass-data-accessor-perl (0.04004-2)
Links for libclass-data-accessor-perl
Trisquel Resources:
Download Source Package libclass-data-accessor-perl:
- [libclass-data-accessor-perl_0.04004-2.dsc]
- [libclass-data-accessor-perl_0.04004.orig.tar.gz]
- [libclass-data-accessor-perl_0.04004-2.debian.tar.xz]
Maintainer:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Krzysztof Krzyżaniak (eloy)
- gregor herrmann
External Resources:
- Homepage [metacpan.org]
Similar packages:
- libclass-accessor-perl
- libobject-accessor-perl
- libclass-accessor-class-perl
- libclass-accessor-named-perl
- libclass-accessor-lvalue-perl
- libobject-container-perl
- libclass-accessor-chained-perl
- libclass-accessor-children-perl
- libclass-accessor-grouped-perl
- libclass-singleton-perl
- liblexical-accessor-perl
Inheritable, overridable class and instance data accessor creation
Class::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;
Other Packages Related to libclass-data-accessor-perl
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
Download libclass-data-accessor-perl
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 9.0 kB | 26 kB | [list of files] |