套件: libaliased-perl (0.34-1.1)
libaliased-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libaliased-perl:
- [libaliased-perl_0.34-1.1.dsc]
- [libaliased-perl_0.34.orig.tar.gz]
- [libaliased-perl_0.34-1.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jonathan Yu
- Ryan Niebur
- Xavier Guimard
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to provide aliases of class names
aliased is a module to alias class names to arbitrary aliases in the current module or script, which is especially useful with classes that are in deep class hierarchies. It is also handy if a class has been renamed.
Please note that this module only applies to loading object oriented modules, not for procedural modules in general. Fortunately this is rarely necessary in practise, since these modules support exporting of needed functions.