libclass-factory-perl 1.06-5 source package in Ubuntu

Changelog

libclass-factory-perl (1.06-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 17:37:18 +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
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-factory-perl_1.06-5.dsc 2.1 KiB f9fd1107f736a2b490f7ac616d3f072a478556117d1c8f3b668316eebf4c439b
libclass-factory-perl_1.06.orig.tar.gz 11.4 KiB c37a2d269eb935f36a23e113480ae0946fa7c12a12781396a1226c8e435f30f5
libclass-factory-perl_1.06-5.debian.tar.xz 2.7 KiB 0b681b0aaea8a594e8f62cc67746959f8c6b94c366cdc5aac6852d1a00ebbe66

Available diffs

No changes file available.

Binary packages built by this source

libclass-factory-perl: Base class for dynamic factory classes

 This is a simple module that factory classes can use to generate new
 types of objects on the fly, providing a consistent interface to common
 groups of objects.
 .
 Factory classes are used when you have different implementations for
 the same set of tasks but may not know in advance what implementations
 you will be using. With a factory class this is easy. Class::Factory
 even provides a simple constructor for you.