# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Class-Singleton 1.5 license {Artistic-1 GPL} maintainers nomaintainer description Implementation of a "Singleton" class long_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. platforms darwin checksums rmd160 3ce867a14e7784b82cb04dd30e0c4d28f8a87f20 \ sha256 38220d04f02e3a803193c2575a1644cce0b95ad4b95c19eb932b94e2647ef678 supported_archs noarch