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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Lucas Kanashiro ]
  * Import upstream version 0.32

 -- Lucas Kanashiro <email address hidden>  Fri, 16 Sep 2016 21:03:01 -0300

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-c3-perl_0.32-1.dsc 2.1 KiB 241e53a059b8aadf8e8a096e0d9ef0040eff39d32e8d718ddf48987607d06ffe
libclass-c3-perl_0.32.orig.tar.gz 26.7 KiB 2f6075d547088719875f767dcaf6e71c92449309313a5bd05ba09bb60110e874
libclass-c3-perl_0.32-1.debian.tar.xz 3.3 KiB 654432924f10cf30187f0df698b8b5556c23c3821209a28c43981cdd7ede2946

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.