パッケージ: libattribute-handlers-perl (0.78-1) [universe]
libattribute-handlers-perl に関するリンク
Ubuntu の資源:
libattribute-handlers-perl ソースパッケージをダウンロード:
- [libattribute-handlers-perl_0.78-1.dsc]
- [libattribute-handlers-perl_0.78.orig.tar.gz]
- [libattribute-handlers-perl_0.78-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.
類似のパッケージ:
Simpler definition of attribute handlers
This module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be given attributes with the same names as the attribute handler subroutines, which will then be called in one of the compilation phases (i.e. in a BEGIN, CHECK, INIT, or END block).
To create a handler, define it as a subroutine with the same name as the desired attribute, and declare the subroutine itself with the attribute :ATTR. For example:
package LoudDecl; use Attribute::Handlers;
libattribute-handlers-perl を提供するパッケージ
- perl-modules
- Perl コアモジュール
その他の libattribute-handlers-perl 関連パッケージ
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall 作の実用的な抽出とレポート用の言語