libclass-c3-perl 0.35-2 source package in Ubuntu

Changelog

libclass-c3-perl (0.35-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libclass-c3-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 17:21:56 +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 Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-c3-perl_0.35-2.dsc 2.1 KiB a3a0cc36da5987c6e926f1abc0d2e6757d4f24d8061800567334e7127170d1ab
libclass-c3-perl_0.35.orig.tar.gz 33.7 KiB 84053cf1a68fcc8c12056c2f120adf04f7f68e3be34f4408e95d026fee67e33e
libclass-c3-perl_0.35-2.debian.tar.xz 4.0 KiB b6564322a0b44fbc7ecd5aaee3cd51ed0435b988c76e38ec7347962b8c0148dd

Available diffs

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.