libclass-c3-perl 0.30-1 source package in Ubuntu

Changelog

libclass-c3-perl (0.30-1) unstable; urgency=medium

  * Import upstream version 0.30.
  * debian/copyright: add info about new third-party file.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 31 Oct 2015 17:59:36 +0100

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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-c3-perl_0.30-1.dsc 2.3 KiB 7eb28e609ca32b1192923e648e8e4a51949659099583af29e7dcc28a5d221597
libclass-c3-perl_0.30.orig.tar.gz 26.9 KiB cccaf6d67ef1cc6b963f414fc5230f42df982f46190f7123ea347543368eaf52
libclass-c3-perl_0.30-1.debian.tar.xz 3.2 KiB 36595c1f49b76886e49d8ff3eba952758749756884d24afeadd62c3f5f93d8db

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.