1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Class-Singleton 1.03 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Implementation of a "Singleton" class |
---|
8 | long_description \ |
---|
9 | This is the Class::Singleton module. A Singleton describes an object \ |
---|
10 | class that can have only one instance in any system. An example of a \ |
---|
11 | Singleton might be a print spooler or system registry. This module \ |
---|
12 | implements a Singleton class from which other classes can be derived. \ |
---|
13 | By itself, the Class::Singleton module does very little other than \ |
---|
14 | manage the instantiation of a single object. In deriving a class from \ |
---|
15 | Class::Singleton, your module will inherit the Singleton instantiation \ |
---|
16 | method and can implement whatever specific functionality is required. |
---|
17 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | checksums md5 80202a57411cb3e939fec327a87564bf |
---|
21 | |
---|