libclass-data-accessor-perl
Inheritable, overridable class and instance data accessor creation
Description
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;
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://metacpan.org/release/Class-Data-Accessor
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libclass-data-accessor-perl