blob: 573a3060fc47606d9fa3069714da37b392c72631 (
plain) (
tree)
|
|
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 existing Singleton
instances.
WWW: http://search.cpan.org/dist/Class-StrongSingleton/
|