Tweak comment
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
bab2fc84 10.13 2011-02-22
2
3- This release provides forward compatibility with Moose 1.99+. It will still
4 work with Moose 1.23 as well. Most of the work was done by Jesse Luehrs.
5
01265e2a 6
21246bff 70.12 2010-10-29
8
9- Switched tests to use Test::Fatal instead of Test::Exception.
10
11
0d6a120a 120.11 2010-09-09
13
14- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
15 #61205.
16
17
0bd5ddeb 180.10 2010-07-16
19
20- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
21 Luehrs. RT #59236.
22
79b37c7d 23- All init args are quoted in the inlined constructor.
24
0bd5ddeb 25
71ea10f6 260.09 2010-07-14
27
28- Use modern Moose APIs, to avoid warnings with the next Moose release.
29
30
d2d0fb5e 310.08 2009-04-07
8ce99ddb 32
33- Make this module work with Moose 0.73_01+.
34
35
0a0390cc 360.07 2008-09-01
37
38- No code changes, just a stable release for Moose 0.56.
39
40
343ac26e 410.06_02 2008-08-30
42
43* This module no longer exports Moose's sugar. Just use Moose instead.
44
a417c76b 45- Various doc fixes to reflect changes since 0.06.
46
343ac26e 47
8c0f23ac 480.06_01 2008-08-30
49
50- Rewrote this distro's functionality as roles to take advantage of
51 Moose::Util::MetaRole. Less code, plays better with other
52 extensions.
2a1fb9c7 53
54
550.06 2008-06-27
5c40fb22 56
57- Changes to the immutable bits to work with the latest Moose (0.51).
58
59
2a1fb9c7 600.05 2008-04-18
0f795b43 61
62- The fix in 0.04 only worked for non-immutable classes.
63
64
2a1fb9c7 650.04 2008-04-18
a83dec43 66
0f795b43 67- This module did not respect the init_arg attribute setting, and used
a83dec43 68 the attribute name instead. Reported by Matt Trout. RT #34507.
69
70
2a1fb9c7 710.03 2007-11-20
f65b0fb9 72
73- Require Moose 0.26, since that's first version to offer init_meta(),
74 apparently.
75
76
2a1fb9c7 770.02 2007-11-15
0c61e88b 78
d6b6d7ea 79- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 80
c001451a 81- Version 0.01 did not work after a class was made immutable.
82
0c61e88b 83
2a1fb9c7 840.01 2007-11-14
32726d88 85
0c61e88b 86- First version, released on an unsuspecting world.