[ 源代码: 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.