           SPELL=class-singleton
         VERSION=1.03
	   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:f32c707b2d65e47d89e5c41d0434c4aa69f07c24e2a2f09a5b78f54143aeb745a9fa4ded1f04b17168f9f5c3c63ad3c6574aab8d7bdd9c5acdaf1db09fec88f0
         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
