libclass-c3-perl 0.33-1 source package in Ubuntu
Changelog
libclass-c3-perl (0.33-1) unstable; urgency=medium * Team upload [ Alex Muntada ] * Remove inactive pkg-perl members from Uploaders. [ Damyan Ivanov ] * New upstream version 0.33 * Declare conformance with Policy 4.1.1 (no changes needed) -- Damyan Ivanov <email address hidden> Sun, 22 Oct 2017 08:35:33 +0000
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 | |
---|---|---|---|---|
Bionic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libclass-c3-perl_0.33-1.dsc | 2.1 KiB | 445ff5cb98244552cfa3fc00ea8e8c2e5f872ce9aa3f3278933576e783a423d2 |
libclass-c3-perl_0.33.orig.tar.gz | 26.5 KiB | aeff5d1361980e7d6e878059c6c3d1db4d52687528cb0ea650cbce24c14c61b0 |
libclass-c3-perl_0.33-1.debian.tar.xz | 3.4 KiB | b9bc0a3be68cc4b7c9363cdae4d5d72bc4c8194225634cc0718a5aaf95ca4fd4 |
Available diffs
- diff from 0.32-1 to 0.33-1 (7.1 KiB)
No changes file available.
Binary packages built by this source
- libclass-c3-perl: pragma for using the C3 method resolution order
Class::C3 is a Perl pragma that modifies the standard method resolution order
from depth-first left-to-right to the more sophisticated C3 method resolution
order.
.
The C3 algorithm aims to provide a sane method resolution order with multiple
inheritance. It was first introduced in the Dylan language, later adopted for
Python 2.3. It is also the canonical MRO implementation for Perl 6 classes
and is the default for Parrot objects as well.