blob: 0dd45ef305e8231580c25cbc269fce484a9d89a5 (
plain) (
blame)
1
2
3
4
5
6
7
|
This module is an alternative to Class::Singleton and
Class::WeakSingleton, and provides a more secure Singleton class in that
it takes steps to prevent the possibility of accidental creation of
multiple instances and/or the overwriting of existsing Singleton
instances.
WWW: http://search.cpan.org/dist/Class-StrongSingleton/
|