aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-StrongSingleton/pkg-descr
blob: 573a3060fc47606d9fa3069714da37b392c72631 (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 existing Singleton
instances.

WWW: http://search.cpan.org/dist/Class-StrongSingleton/