diff options
Diffstat (limited to 'devel/p5-Test-Singleton')
-rw-r--r-- | devel/p5-Test-Singleton/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Test-Singleton/pkg-descr b/devel/p5-Test-Singleton/pkg-descr index b6c8ecd8bfa6..f3978ae0fd4b 100644 --- a/devel/p5-Test-Singleton/pkg-descr +++ b/devel/p5-Test-Singleton/pkg-descr @@ -1,6 +1,6 @@ ** If you are unfamiliar with testing read Test::Tutorial first! ** -This is asimple, basic module for checking whether a class is a +This is a simple, basic module for checking whether a class is a Singleton. 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, or any kind of central dispatcher. |