Fix immutability work with latest Moose (0.51), and require said Moose
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
d871257e 30.09 2008-06-27
4 - fix immutability to work with Moose 0.51 (Dave Rolsky)
5
911a9dda 60.08 2008-05-24
15bb6eb9 7 - fix make_immutable keyword in test (Sartak)
8 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
9 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 10
86c3868d 110.07 2008-03-07
15bb6eb9 12 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 13
b1411a85 140.06 2008-03-05
15 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 16
963b26bd 170.05 2008-02-03
b1411a85 18 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 19
d64d5811 200.04 2008-01-27
b1411a85 21 - exception when ->new called with args and instance already init'd (rjbs)
22 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 23
b375b147 240.03 2007-12-16
25 - reimplementation as a metaclass (Sartak)
15bb6eb9 26 - initial CPAN release
b375b147 27
280.02 2007-12-16
29 - instance and new are really the same, cleanup (Sartak)
30
310.01 2007-04-20
32 - initial implementation as a role (Debolaz)