Add tests and fix for implicit object construction skipping BUILD &
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton / Meta / Instance.pm
2009-01-23 Dave Rolsky Add tests and fix for implicit object construction...
2008-03-05 Dave Rolsky Singleton objects were not singletons when made immutab...
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 Rename Meta::Instance->instantiate to Meta::Instance...
2007-12-16 Shawn M Moore Re-implementation. This uses a bit of Moose meta magic...