libaliased-perl 0.34-ok1 source package in openKylin
Changelog
libaliased-perl (0.34-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libaliased-perl (0.34-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libaliased-perl_0.34.orig.tar.gz | 29.8 KiB | c350524507cd827fab864e5d4c2cc350b1babaa12fa95aec0ca00843fcc7deeb |
libaliased-perl_0.34-ok1.debian.tar.xz | 1.7 KiB | 3c5793fb2878d43fe80a9d8c56d696381e671f8adbf8be9f2946e0bf3bf3a30c |
libaliased-perl_0.34-ok1.dsc | 1.9 KiB | 2472758d649dec99f6d7cf08a035d5b3f37d1926642cf05a0a69048e434e39ab |
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.