1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/p5-Test-Singleton/pkg-descr
Cheng-Lung Sung eb961371c0 Add p5-Test-Singleton 1.03, test for Singleton classes.
PR:		ports/100370
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-17 01:05:43 +00:00

12 lines
521 B
Plaintext

** If you are unfamiliar with testing read Test::Tutorial first! **
This is asimple, 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.
For a description and discussion of the Singleton class, see "Design
Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.
WWW: http://search.cpan.org/dist/Test-Singleton/