libclass-c3-componentised-perl 1.001002-2 source package in Ubuntu

Changelog

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 23:53:16 +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-componentised-perl_1.001002-2.dsc 2.3 KiB dd5f8fb35b5553e7e0a92bb9160788529bf7f03e2a3e070b76d81b2e82f9665e
libclass-c3-componentised-perl_1.001002.orig.tar.gz 9.5 KiB 3051b146dc1efeaea1a9a2e9e6b1773080995b898ab583f155658d5fc80b9693
libclass-c3-componentised-perl_1.001002-2.debian.tar.xz 3.4 KiB 5474ca3d4e12c55b2caa719a713b6defd4ac26e5f44bab88f95306a2c7afb0e3

Available diffs

No changes file available.

Binary packages built by this source

libclass-c3-componentised-perl: module to load mix-ins or components to C3-based classes

 Class::C3::Componentised is a Perl module that injects multiple base classes
 into your module using the Class::C3 method resolution order.
 .
 Note that plugins loaded this way cannot be used to override methods in your
 module. Consider MooseX::Object::Pluggable (libmoosex-object-pluggable-perl)
 if your application requires this.