[ ソース: libclass-data-inheritable-perl ]
パッケージ: libclass-data-inheritable-perl (0.08-3)
libclass-data-inheritable-perl に関するリンク
Debian の資源:
libclass-data-inheritable-perl ソースパッケージをダウンロード:
- [libclass-data-inheritable-perl_0.08-3.dsc]
- [libclass-data-inheritable-perl_0.08.orig.tar.gz]
- [libclass-data-inheritable-perl_0.08-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module to create accessors to class data
Class::Data::Inheritable is for creating accessors/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 overridden.
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
- Larry Wall 作の実用的な抽出とレポート用の言語