Incorporate the throw_error bits from Moose turnk
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
71e9e249 30.12
4 - Fixed to work with Moose 0.58
5
7ec24bbf 60.11 2008-09-05
7 - Fixed to work with Moose 0.57. Fixes RT #39013. Reported by Jon Swartz (Dave Rolsky)
8
39bb71dd 90.10 2008-09-01
10 - No code changes, just a stable release to go with Moose 0.56 release (Dave Rolsky)
11
f65df6a0 120.09_02 2008-08-22
13 - bumped the Moose dependency to 0.55_01 (Dave Rolsky)
14
4bd074c5 150.09_01 2008-08-21
ede8dce0 16 - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky)
17
d871257e 180.09 2008-06-27
19 - fix immutability to work with Moose 0.51 (Dave Rolsky)
20
911a9dda 210.08 2008-05-24
15bb6eb9 22 - fix make_immutable keyword in test (Sartak)
23 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
24 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 25
86c3868d 260.07 2008-03-07
15bb6eb9 27 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 28
b1411a85 290.06 2008-03-05
30 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 31
963b26bd 320.05 2008-02-03
b1411a85 33 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 34
d64d5811 350.04 2008-01-27
b1411a85 36 - exception when ->new called with args and instance already init'd (rjbs)
37 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 38
b375b147 390.03 2007-12-16
40 - reimplementation as a metaclass (Sartak)
15bb6eb9 41 - initial CPAN release
b375b147 42
430.02 2007-12-16
44 - instance and new are really the same, cleanup (Sartak)
45
460.01 2007-04-20
47 - initial implementation as a role (Debolaz)