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. Author: Andy Wardley --will ef='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.2.2amdmi32016-11-135-61/+10
* Fix build on amd64 on 8 and 9.adamw2014-08-312-3/+21
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
* - Update to 0.2 [1]culot2014-03-054-6/+17
* - Stage supportmiwi2014-02-212-3/+28
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21