return existing instances more efficiently
[gitmo/MooseX-Singleton.git] / ChangeLog
1 Revision history for Perl extension MooseX-Singleton
2
3 0.05 2008-02-03
4                 - avoid re-BUILD-ing existing singleton objects
5
6 0.04 2008-01-27
7                 - exception when ->new called with args and instance already init'd (rjbs)
8                 - added ->initialize method to remove any ambiguity with ->new (rjbs)
9
10 0.03 2007-12-16
11     - reimplementation as a metaclass (Sartak)
12         - initial CPAN release
13
14 0.02 2007-12-16
15     - instance and new are really the same, cleanup (Sartak)
16
17 0.01 2007-04-20
18     - initial implementation as a role (Debolaz)