libclass-c3-perl 0.35-ok1 source package in openKylin

Changelog

libclass-c3-perl (0.35-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Mon, 05 Sep 2022 09:51:43 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclass-c3-perl_0.35.orig.tar.gz 33.7 KiB 84053cf1a68fcc8c12056c2f120adf04f7f68e3be34f4408e95d026fee67e33e
libclass-c3-perl_0.35-ok1.debian.tar.xz 8.1 KiB 14577ae66b00b70d6007d0631907f7994fed05bb13ec685323884a186bf43074
libclass-c3-perl_0.35-ok1.dsc 1.9 KiB 8fd02dc7ceb7c8f819458dfc7f796e47889a69046ffd34ca344f5f643591bb38

Available diffs

View changes file

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.