2008-02-22 21:54:25 +01:00
|
|
|
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
|
2008-05-23 23:18:39 +02:00
|
|
|
multiple instances and/or the overwriting of existing Singleton
|
2008-02-22 21:54:25 +01:00
|
|
|
instances.
|
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/Class-StrongSingleton/
|