[ 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