DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibclass-singleton-perl
Beschreibungimplementation of a "Singleton" class
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.4-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße13616 Byte
Prüfsumme MD5bb7b4bd19f537ea7c163b34fa81fa5f7
Prüfsumme SHA10657d29e595bcf2b9919e4d6a973362d6cb4dbc4
Prüfsumme SHA256b3e0313d4aa12cf25979e16e66799d663b24cd6101a9106767330bd7271c85d9
Link zum Herunterladenlibclass-singleton-perl_1.4-1_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds