套件: libclass-method-modifiers-perl (2.13-1)
libclass-method-modifiers-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libclass-method-modifiers-perl:
- [libclass-method-modifiers-perl_2.13-1.dsc]
- [libclass-method-modifiers-perl_2.13.orig.tar.gz]
- [libclass-method-modifiers-perl_2.13-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Ansgar Burchardt
- gregor herrmann
- Nick Morrott
外部的資源:
- 主頁 [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