Add _expected_method_class for compat with latest CMOP
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
52af2ac7 30.15 2009-04-07
513a35b3 4 - Fixed to work with Moose 0.73_01
5
e2119ce9 6 - When an object was implicitly constructed by calling
7 ClassName->attribute, it skipped the BUILD and BUILDARGS defined
8 for a class. Report and test from Josh in RT #42690. (Dave
9 Rolsky)
10
adda7954 110.14 2009-01-22
12 - Converted to use new method generation helpers in the most
13 recent Moose (0.65) and Class::MOP (Dave Rolsky)
14
6f589f06 150.13 2008-12-08
60277ca9 16 - Fixed to work with Moose 0.63
17
b264623b 180.12 2008-09-20
71e9e249 19 - Fixed to work with Moose 0.58
20
7ec24bbf 210.11 2008-09-05
22 - Fixed to work with Moose 0.57. Fixes RT #39013. Reported by Jon Swartz (Dave Rolsky)
23
39bb71dd 240.10 2008-09-01
25 - No code changes, just a stable release to go with Moose 0.56 release (Dave Rolsky)
26
f65df6a0 270.09_02 2008-08-22
28 - bumped the Moose dependency to 0.55_01 (Dave Rolsky)
29
4bd074c5 300.09_01 2008-08-21
ede8dce0 31 - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky)
32
d871257e 330.09 2008-06-27
34 - fix immutability to work with Moose 0.51 (Dave Rolsky)
35
911a9dda 360.08 2008-05-24
15bb6eb9 37 - fix make_immutable keyword in test (Sartak)
38 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
39 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 40
86c3868d 410.07 2008-03-07
15bb6eb9 42 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 43
b1411a85 440.06 2008-03-05
45 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 46
963b26bd 470.05 2008-02-03
b1411a85 48 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 49
d64d5811 500.04 2008-01-27
b1411a85 51 - exception when ->new called with args and instance already init'd (rjbs)
52 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 53
b375b147 540.03 2007-12-16
55 - reimplementation as a metaclass (Sartak)
15bb6eb9 56 - initial CPAN release
b375b147 57
580.02 2007-12-16
59 - instance and new are really the same, cleanup (Sartak)
60
610.01 2007-04-20
62 - initial implementation as a role (Debolaz)