Opened 19 years ago

Closed 19 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)

Portfile (828 bytes) - added by mat@… 19 years ago.
Portfile

Download all attachments as: .zip

Change History (3)

Changed 19 years ago by mat@…

Attachment: Portfile added

Portfile

comment:1 Changed 19 years ago by mat@…

blocked: 2935

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

commited, thanks!

Note: See TracTickets for help on using tickets.