Package perl-Class-Singleton: Information

    Source package: perl-Class-Singleton
    Version: 1.4-alt2
    Build time:  Sep 26, 2011, 05:17 AM
    Category: Development/Perl
    Report package bug
    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.

    List of rpms provided by this srpm:
    perl-Class-Singleton (noarch)

    Maintainer: Alexey Tourbin

    List of contributors:
    Alexey Tourbin

    ACL:
    @cpan
    @qa

      1. perl-devel

    Last changed


    Sept. 26, 2011 Alexey Tourbin 1.4-alt2
    - rebuilt as plain src.rpm
    March 5, 2008 Alexey Tourbin 1.4-alt1
    - 1.03 -> 1.4
    Aug. 21, 2005 Alexey Tourbin 1.03-alt1
    - initial revision