           SPELL=class-singleton
          SPELLX=Class-Singleton
         VERSION=1.5
          SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/S/SH/SHAY/${SOURCE}
     SOURCE_HASH=sha512:f061a8b92d5f65e4fbcd14ef36ff1216f84443f487de34c98f7d08d6d18148f156c0cbd6249e75ac448c17547d1172dbda8b670a8e7573d3581c9c1196eb4804
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/dist/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
