[ aria ]
[ ソース: libclass-method-modifiers-perl ]
パッケージ: libclass-method-modifiers-perl (2.14-1)
libclass-method-modifiers-perl に関するリンク
libclass-method-modifiers-perl ソースパッケージをダウンロード:
- [libclass-method-modifiers-perl_2.14-1.debian.tar.xz]
- [libclass-method-modifiers-perl_2.14-1.dsc]
- [libclass-method-modifiers-perl_2.14.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [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's Practical Extraction and Report Language