Documentation and little fixes. This one (0.03) is heading to CPAN
[gitmo/MooseX-Singleton.git] / lib /
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...
2007-12-16 Shawn M Moore Do a bit of fixing. instance and new are one and the...
2007-04-20 Anders Nor Berle Initial commit of MooseX::Singleton and MooseX::Service