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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libclass-c3-perl_0.34.orig.tar.gz 24.2 KiB 4d8b50e5912de384105b71f6392e274b87a70a3bf1370d4dac5c961d065b91b5
libclass-c3-perl_0.34-ok1.debian.tar.xz 1.8 KiB 174ecacfb65818b0aad7f286a06268955791733e5ac0ec97bc19548c6ca8ba05
libclass-c3-perl_0.34-ok1.dsc 1.9 KiB b7d182994eea766bd60ad7a9a4843042d6ea840c74fd333692810d2a0c9cd61c

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.