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