[ ソース: libclass-method-modifiers-perl ]
パッケージ: libclass-method-modifiers-perl (2.15-1)
libclass-method-modifiers-perl に関するリンク
Debian の資源:
libclass-method-modifiers-perl ソースパッケージをダウンロード:
- [libclass-method-modifiers-perl_2.15-1.dsc]
- [libclass-method-modifiers-perl_2.15.orig.tar.gz]
- [libclass-method-modifiers-perl_2.15-1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Ansgar Burchardt (QA ページ)
- gregor herrmann (QA ページ)
- Nick Morrott (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module providing method modifiers
Class::Method::Modifiers provides three modifiers: before, around, and after. The before and after modifiers are run just before and after the method they modify, but cannot really affect that original method. The remaining modifier, around, is run in place of the original method, with a hook to easily call the original method.
その他の libclass-method-modifiers-perl 関連パッケージ
|
|
|
|
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語