[ 原始碼: libclass-method-modifiers-perl ]
套件:libclass-method-modifiers-perl(2.12-1)
libclass-method-modifiers-perl 的相關連結
Debian 的資源:
下載原始碼套件 libclass-method-modifiers-perl:
- [libclass-method-modifiers-perl_2.12-1.dsc]
- [libclass-method-modifiers-perl_2.12.orig.tar.gz]
- [libclass-method-modifiers-perl_2.12-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- Nathan Handler (QA 頁面)
- Ansgar Burchardt (QA 頁面)
- Jonathan Yu (QA 頁面)
- gregor herrmann (QA 頁面)
- Alessandro Ghedini (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's Practical Extraction and Report Language