libclass-singleton-perl 1.6-ok1 source package in openKylin

Changelog

libclass-singleton-perl (1.6-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Mon, 19 Sep 2022 15:26:30 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclass-singleton-perl_1.6.orig.tar.gz 15.8 KiB 27ba13f0d9512929166bbd8c9ef95d90d630fc80f0c9a1b7458891055e9282a4
libclass-singleton-perl_1.6-ok1.debian.tar.xz 6.7 KiB 5621fc43fee0ca38f06504e6bfc900fdd61e8a841773f9e9e53ea04ed8d1388b
libclass-singleton-perl_1.6-ok1.dsc 1.9 KiB b59708bbad628a0929d477f8cce3edea089261c04f9c88fcb7448e97229866ca

Available diffs

View changes file

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.