bump Moose prereq to 0.94
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton /
2010-07-15 Dave Rolsky bump version 0.23
2009-12-25 Dave Rolsky bump version to 0.22
2009-12-25 Dave Rolsky add version to all modules
2009-12-25 Dave Rolsky tidy all code
2009-12-25 Dave Rolsky s/no Moose/no Moose::Role/g
2009-12-25 Dave Rolsky Fix NAME in pod
2009-12-25 Dave Rolsky Add pod to MooseX::Singleton::Role::Meta::Method::Const...
2009-12-25 Dave Rolsky remove shbang from modules
2009-12-25 Dave Rolsky Make initialize work
2009-09-12 Dave Rolsky fix use lines to load roles, not old class names
2009-09-11 Dave Rolsky Converted this extension to use MetaRole
2009-06-21 Dave Rolsky bump version to 0.18
2009-04-24 Hans Dieter Pearcey _clear_instance and tests
2009-04-24 Dave Rolsky Add _expected_method_class for compat with latest CMOP
2009-04-05 Dave Rolsky changes to work with Moose 0.73_01+
2009-01-23 Dave Rolsky Add tests and fix for implicit object construction...
2009-01-23 Dave Rolsky Removing what I'm pretty darn sure is a bogus "use...
2008-12-05 Dave Rolsky This shuts up a warning I see in my code that uses
2008-12-04 Dave Rolsky some changes to work the next Moose, making constructor...
2008-09-18 Dave Rolsky Incorporate the throw_error bits from Moose turnk
2008-09-13 Dave Rolsky Fixes to work with latest Moose.
2008-09-05 Dave Rolsky I'm not sure what changed here but we need to get confe...
2008-08-21 Dave Rolsky Updates to work with the latest dev release of Moose
2008-06-27 Dave Rolsky Fix immutability work with latest Moose (0.51), and...
2008-05-24 Dave Rolsky Replicate spelling fix for initalize_body here.
2008-05-24 Dave Rolsky Replicate triggers fix from Moose.pm (gah, this immutab...
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 Don't use the instance method directly from Object...
2007-12-16 Shawn M Moore Optimization: it's really slow to go through new_object...
2007-12-16 Shawn M Moore Move actual singleton logic out of MooseX::Singleton...
2007-12-16 Shawn M Moore Rename Meta::Instance->instantiate to Meta::Instance...
2007-12-16 Shawn M Moore Re-implementation. This uses a bit of Moose meta magic...