libclass-mixinfactory-perl 0.92-5 source package in Ubuntu

Changelog

libclass-mixinfactory-perl (0.92-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libclass-mixinfactory-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:35:08 +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
Questing release universe perl
Plucky release universe perl
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-mixinfactory-perl_0.92-5.dsc 2.1 KiB cf862bdb445f875c66fc02448efbb9f9ca4f3695fa14029681ac7bb68dce1edd
libclass-mixinfactory-perl_0.92.orig.tar.gz 10.9 KiB d6ec5bc93eef9466591af9bab92b545d65086ed8af34d8c4ff778bb1b01a27b8
libclass-mixinfactory-perl_0.92-5.debian.tar.xz 2.6 KiB aa9e9abff5a2704d83018d389ec8c6cd1f1db10970a814b899b52ddb47778881

Available diffs

No changes file available.

Binary packages built by this source

libclass-mixinfactory-perl: Class Factory with Selection of Mixins

 Class::MixinFactory facilitates the run-time generation of classes which
 inherit from a base class and some optional selection of mixin classes.
 .
 A factory is provided to generate the mixed classes with multiple inheritance.
 A NEXT method allows method redispatch up the inheritance chain.