search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
327 B
Text
7 lines
327 B
Text
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: https://metacpan.org/release/Class-StrongSingleton
|