freebsd-ports/devel/p5-Class-StrongSingleton/pkg-descr
2008-05-23 21:18:39 +00:00

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: http://search.cpan.org/dist/Class-StrongSingleton/