Replicate spelling fix for initalize_body here.
[gitmo/MooseX-Singleton.git] / ChangeLog
1 Revision history for Perl extension MooseX-Singleton
2
3 0.08
4         - fix make_immutable keyword in test (Sartak)
5         - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
6         - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
7
8 0.07 2008-03-07
9         - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
10
11 0.06 2008-03-05
12     - singleton objects were broken when made_immutable (Dave Rolsky)
13
14 0.05 2008-02-03
15     - avoid re-BUILD-ing existing singleton objects (rjbs)
16
17 0.04 2008-01-27
18     - exception when ->new called with args and instance already init'd (rjbs)
19     - added ->initialize method to remove any ambiguity with ->new (rjbs)
20
21 0.03 2007-12-16
22     - reimplementation as a metaclass (Sartak)
23         - initial CPAN release
24
25 0.02 2007-12-16
26     - instance and new are really the same, cleanup (Sartak)
27
28 0.01 2007-04-20
29     - initial implementation as a role (Debolaz)