[ ソース: libmethod-alias-perl ]
パッケージ: libmethod-alias-perl (1.03-4)
libmethod-alias-perl に関するリンク
Debian の資源:
libmethod-alias-perl ソースパッケージをダウンロード:
- [libmethod-alias-perl_1.03-4.dsc]
- [libmethod-alias-perl_1.03.orig.tar.gz]
- [libmethod-alias-perl_1.03-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to create method aliases
The traditional way to create a method alias (provide an alternate name for a method) is simply a GLOB alias. While this works fine for functions, it does not work for methods overloaded by a subclass.
Instead, Method::Alias creates a number of methods in the caller's package to call the real method. It is designed to be used as a pragma, to which you provide a set of pairs of method names.