           SPELL=class-singleton
         VERSION=1.4
	   SNAME=Class-Singleton
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/modules/by-module/Class/$SOURCE
     SOURCE_HASH=sha512:1e7cbc992840fd454e31d79ea1fa78046f52c6c6c369c005248fc675adb0a28dcc1db6e0ebabf4cc0a9a80d684c164315ec6bd1bb56d451d1f09a829141d2328
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/search?module=Class::Singleton"
         ENTERED=20051201
        KEYWORDS="perl"
           SHORT="Implementation of a "Singleton" class"
cat << EOF
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.
EOF
