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