Commit graph

3 commits

Author SHA1 Message Date
Soren Jacobsen
03922ba0f2 Convert to buildlink3. 2004-05-02 22:12:01 +00:00
Quentin Garnier
c244d626f5 Tidy up, change e-mail address. 2004-01-02 10:50:47 +00:00
Quentin Garnier
365e6aea64 Initial import of p5-Class-Singleton, version 1.03.
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.
2003-06-17 12:00:45 +00:00