Package: libclass-data-inheritable-perl (0.08-1)
Links for libclass-data-inheritable-perl
Debian Resources:
Download Source Package libclass-data-inheritable-perl:
- [libclass-data-inheritable-perl_0.08-1.dsc]
- [libclass-data-inheritable-perl_0.08.orig.tar.gz]
- [libclass-data-inheritable-perl_0.08-1.diff.gz]
Maintainers:
External Resources:
- Homepage [search.cpan.org]
Similar packages:
Inheritable, overridable class data
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden.
For example:
Pere::Ubu->mk_classdata('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 data.
Pere::Ubu->Suitcase('Red'); $suitcase = Pere::Ubu->Suitcase;
Other Packages Related to libclass-data-inheritable-perl
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wallin kieli tekstitiedostojen analysointia ja raportointia varten
Download libclass-data-inheritable-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 8.6 kB | 64.0 kB | [list of files] |
