libclass-perl 1.1.8-1 source package in Ubuntu
Changelog
libclass-perl (1.1.8-1) unstable; urgency=medium * Team upload. * Import upstream version 1.1.8. * Install new upstream CONTRIBUTING.md file. * Declare compliance with Debian Policy 4.6.2. -- gregor herrmann <email address hidden> Sun, 01 Oct 2023 03:35:16 +0200
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 | |
---|---|---|---|---|
Plucky | release | universe | perl | |
Oracular | release | universe | perl | |
Noble | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-perl_1.1.8-1.dsc | 2.3 KiB | a12749af0a84629975eb086dc37d2332d1a2726d7ab5e65575cc0c361e8ab676 |
libclass-perl_1.1.8.orig.tar.gz | 6.6 KiB | 21901a5265cbdbd891277e97fc6b345f79dbcbf07744578f5ff8866a5b5d7603 |
libclass-perl_1.1.8-1.debian.tar.xz | 2.7 KiB | 957fbd7b2411cb2f468a211aba6ae18a40557ddb38623e71ee7a2396105179ef |
Available diffs
- diff from 1.1.7-2 to 1.1.8-1 (4.8 KiB)
No changes file available.
Binary packages built by this source
- libclass-perl: module providing aliases for __PACKAGE__
CLASS is a minimalistic Perl module that simply provides aliases for the
special literal, __PACKAGE__, which represents the current package name at
that point during program execution. The aliases are mapped at compile-time,
so there is no performance hit except for compilation of the module itself.
.
This module ensures that CLASS and $CLASS can be used anywhere in place of
__PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of
working in strings.