update ver
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
963b26bd 30.05 2008-02-03
4 - avoid re-BUILD-ing existing singleton objects
5
d64d5811 60.04 2008-01-27
7 - exception when ->new called with args and instance already init'd (rjbs)
963b26bd 8 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 9
b375b147 100.03 2007-12-16
11 - reimplementation as a metaclass (Sartak)
12 - initial CPAN release
13
140.02 2007-12-16
15 - instance and new are really the same, cleanup (Sartak)
16
170.01 2007-04-20
18 - initial implementation as a role (Debolaz)