Opened 20 years ago
Closed 20 years ago
#2934 closed defect (fixed)
new port, perl/p5-class-singleton
Reported by: | mat@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
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.
Attachments (1)
Change History (3)
Changed 20 years ago by mat@…
comment:1 Changed 20 years ago by mat@…
blocked: | → 2935 |
---|
Note: See
TracTickets for help on using
tickets.
Portfile