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