Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37490792
en ru br
ALT Linux repos
S:1.6-alt1
5.0: 1.4-alt1
4.1: 1.4-alt1
4.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Class-Singleton

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.6-alt1
Build date: 11 december 2020, 01:19 ( 175.7 weeks ago )
Size: 19.60 Kb

Home page:   http://search.cpan.org/dist/Class-Singleton/

License: GPL or Artistic
Summary: Implementation of a "Singleton" class
Description:

This is the Class::Singleton module.  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.  This module
implements a Singleton class from which other classes can be derived.
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Class-Singleton
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin