软件包: libclass-data-inheritable-perl (0.06-1) [universe]
libclass-data-inheritable-perl 的相关链接
Ubuntu 的资源:
下载源码包 libclass-data-inheritable-perl:
- [libclass-data-inheritable-perl_0.06-1.dsc]
- [libclass-data-inheritable-perl_0.06.orig.tar.gz]
- [libclass-data-inheritable-perl_0.06-1.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Ivan Kohler
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
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;
其它与 libclass-data-inheritable-perl 有关的软件包
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall 的实用抽取和报表语言(Practical Extraction and Report Language)