0.06 release
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
b1411a85 30.06 2008-03-05
4 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 5
963b26bd 60.05 2008-02-03
b1411a85 7 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 8
d64d5811 90.04 2008-01-27
b1411a85 10 - exception when ->new called with args and instance already init'd (rjbs)
11 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 12
b375b147 130.03 2007-12-16
14 - reimplementation as a metaclass (Sartak)
15 - initial CPAN release
16
170.02 2007-12-16
18 - instance and new are really the same, cleanup (Sartak)
19
200.01 2007-04-20
21 - initial implementation as a role (Debolaz)