libaliased-perl 0.34-3 source package in Ubuntu
Changelog
libaliased-perl (0.34-3) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libaliased-perl: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Sat, 22 Oct 2022 00:59:56 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libaliased-perl_0.34-3.dsc | 2.0 KiB | 4f240e6fc864e338cb393043d3c3d5c871d91a578945f00d96cf1850949a05dc |
libaliased-perl_0.34.orig.tar.gz | 29.8 KiB | c350524507cd827fab864e5d4c2cc350b1babaa12fa95aec0ca00843fcc7deeb |
libaliased-perl_0.34-3.debian.tar.xz | 2.7 KiB | b8c08d81f03841c07cecd2e1ba3c1c775956eb11c22823953e5f4bf826f461ed |
Available diffs
- diff from 0.34-2 to 0.34-3 (532 bytes)
No changes file available.
Binary packages built by this source
- libaliased-perl: 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.