Removing what I'm pretty darn sure is a bogus "use metaclass" (since
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton / Object.pm
2009-01-23 Dave Rolsky Removing what I'm pretty darn sure is a bogus "use...
2008-03-05 Dave Rolsky Singleton objects were not singletons when made immutab...
2008-02-03 Ricardo SIGNES return existing instances more efficiently
2008-01-26 Ricardo SIGNES initialize method
2008-01-26 Ricardo SIGNES do not allow double initialization
2007-12-16 Shawn M Moore Documentation and little fixes. This one (0.03) is...
2007-12-16 Shawn M Moore Move actual singleton logic out of MooseX::Singleton...
2007-12-16 Shawn M Moore Re-implementation. This uses a bit of Moose meta magic...