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 Debian Archiv squeeze (main)
Version1.4-1
Sektionperl
Prioritätoptional
Installierte Größe76 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße13606 Byte
Prüfsumme MD56fc751583532d91ae98435298f11cfa4
Prüfsumme SHA1655126a575e440f4f48e4e2e43b4831a7868d0a4
Prüfsumme SHA25618b6c005f34bbf30b0bf594fa17b5284d52a8ee13580ffc358dca53cf1381850
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