libclass-singleton-perl 1.6-2 source package in Ubuntu

Changelog

libclass-singleton-perl (1.6-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 10:32:17 +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-singleton-perl_1.6-2.dsc 2.1 KiB 2999d661cd30c58559067fea658f9ae0366fcb92a1a030b5e2dd06857c6dd654
libclass-singleton-perl_1.6.orig.tar.gz 15.8 KiB 27ba13f0d9512929166bbd8c9ef95d90d630fc80f0c9a1b7458891055e9282a4
libclass-singleton-perl_1.6-2.debian.tar.xz 3.2 KiB 84f075a9101ece1ab8bf0d9a0a8238ca9efd0e046799c8923a104b004a26d1e6

Available diffs

No changes file available.

Binary packages built by this source

libclass-singleton-perl: implementation of a "Singleton" class

 The Class::Singleton module implements a Singleton class from which other
 classes can be derived. A Singleton describes an object class that can have
 only one instance in any system. An example of a Singleton might be a print
 spooler or system registry.
 .
 By itself, the Class::Singleton module does very little other than manage the
 instantiation of a single object. In deriving a class from Class::Singleton,
 your module will inherit the Singleton instantiation method and can implement
 whatever specific functionality is required.
 .
 For a description and discussion of the Singleton class, see
 "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.