Пакет perl-Class-Singleton: Информация

    Исходный пакет: perl-Class-Singleton
    Версия: 1.4-alt2
    Собран:  26 сентября 2011 г. 5:17
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Class-Singleton/

    Лицензия: GPL or Artistic
    О пакете: Implementation of a "Singleton" class
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Class-Singleton (noarch)

    Сопровождающий: Alexey Tourbin

    Список участников:
    Alexey Tourbin

    Права:
    @cpan
    @qa

      1. perl-devel

    Последнее изменение


    26 сентября 2011 г. Alexey Tourbin 1.4-alt2
    - rebuilt as plain src.rpm
    5 марта 2008 г. Alexey Tourbin 1.4-alt1
    - 1.03 -> 1.4
    21 августа 2005 г. Alexey Tourbin 1.03-alt1
    - initial revision