I'm not sure what changed here but we need to get confess into scope
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
39bb71dd 30.10 2008-09-01
4 - No code changes, just a stable release to go with Moose 0.56 release (Dave Rolsky)
5
f65df6a0 60.09_02 2008-08-22
7 - bumped the Moose dependency to 0.55_01 (Dave Rolsky)
8
4bd074c5 90.09_01 2008-08-21
ede8dce0 10 - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky)
11
d871257e 120.09 2008-06-27
13 - fix immutability to work with Moose 0.51 (Dave Rolsky)
14
911a9dda 150.08 2008-05-24
15bb6eb9 16 - fix make_immutable keyword in test (Sartak)
17 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
18 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 19
86c3868d 200.07 2008-03-07
15bb6eb9 21 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 22
b1411a85 230.06 2008-03-05
24 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 25
963b26bd 260.05 2008-02-03
b1411a85 27 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 28
d64d5811 290.04 2008-01-27
b1411a85 30 - exception when ->new called with args and instance already init'd (rjbs)
31 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 32
b375b147 330.03 2007-12-16
34 - reimplementation as a metaclass (Sartak)
15bb6eb9 35 - initial CPAN release
b375b147 36
370.02 2007-12-16
38 - instance and new are really the same, cleanup (Sartak)
39
400.01 2007-04-20
41 - initial implementation as a role (Debolaz)