libclass-perl 1.00-3 source package in Ubuntu
Changelog
libclass-perl (1.00-3) unstable; urgency=medium [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Remove Jonathan Yu from Uploaders. Thanks for your work! * Remove Jeremiah C. Foster from Uploaders on request of the MIA team. (Closes: #843736) [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ Xavier Guimard ] * Declare compliance with policy 4.2.1 * Add upstream/metadata * Bump debhelper compat to 10 * Enable autopkgtest -- Xavier Guimard <email address hidden> Mon, 27 Aug 2018 14:39:51 +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 | |
---|---|---|---|---|
Jammy | release | universe | perl | |
Focal | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-perl_1.00-3.dsc | 2.1 KiB | 88733327ec8aa592006c5f5a986b0e4af3d538871161a8f9d8fcf1891609379f |
libclass-perl_1.00.orig.tar.gz | 3.5 KiB | c5185620815701b3fec21314ccd8c5693e6bfd519431527da3370a8164220671 |
libclass-perl_1.00-3.debian.tar.xz | 2.3 KiB | faf6a1b6022ec2ecb4e55e7c5d6c94606f911d541255e483150858a622e47e32 |
Available diffs
- diff from 1.00-2 to 1.00-3 (1.4 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.