summaryrefslogtreecommitdiffstats
path: root/perl-cpan/class-singleton/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpan/class-singleton/DETAILS')
-rwxr-xr-xperl-cpan/class-singleton/DETAILS12
1 files changed, 8 insertions, 4 deletions
diff --git a/perl-cpan/class-singleton/DETAILS b/perl-cpan/class-singleton/DETAILS
index a33e1b52c7..8e26ceb188 100755
--- a/perl-cpan/class-singleton/DETAILS
+++ b/perl-cpan/class-singleton/DETAILS
@@ -11,11 +11,15 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
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
+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
+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