[ 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