Switch to Test::Fatal
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
0d6a120a 10.11 2010-09-09
2
3- Added a missing test dep on Test::Exception. Reported by Phillip Moore. RT
4 #61205.
5
6
0bd5ddeb 70.10 2010-07-16
8
9- Ignore __INSTANCE__ when passed to the constructor. Patch by Jesse
10 Luehrs. RT #59236.
11
79b37c7d 12- All init args are quoted in the inlined constructor.
13
0bd5ddeb 14
71ea10f6 150.09 2010-07-14
16
17- Use modern Moose APIs, to avoid warnings with the next Moose release.
18
19
d2d0fb5e 200.08 2009-04-07
8ce99ddb 21
22- Make this module work with Moose 0.73_01+.
23
24
0a0390cc 250.07 2008-09-01
26
27- No code changes, just a stable release for Moose 0.56.
28
29
343ac26e 300.06_02 2008-08-30
31
32* This module no longer exports Moose's sugar. Just use Moose instead.
33
a417c76b 34- Various doc fixes to reflect changes since 0.06.
35
343ac26e 36
8c0f23ac 370.06_01 2008-08-30
38
39- Rewrote this distro's functionality as roles to take advantage of
40 Moose::Util::MetaRole. Less code, plays better with other
41 extensions.
2a1fb9c7 42
43
440.06 2008-06-27
5c40fb22 45
46- Changes to the immutable bits to work with the latest Moose (0.51).
47
48
2a1fb9c7 490.05 2008-04-18
0f795b43 50
51- The fix in 0.04 only worked for non-immutable classes.
52
53
2a1fb9c7 540.04 2008-04-18
a83dec43 55
0f795b43 56- This module did not respect the init_arg attribute setting, and used
a83dec43 57 the attribute name instead. Reported by Matt Trout. RT #34507.
58
59
2a1fb9c7 600.03 2007-11-20
f65b0fb9 61
62- Require Moose 0.26, since that's first version to offer init_meta(),
63 apparently.
64
65
2a1fb9c7 660.02 2007-11-15
0c61e88b 67
d6b6d7ea 68- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 69
c001451a 70- Version 0.01 did not work after a class was made immutable.
71
0c61e88b 72
2a1fb9c7 730.01 2007-11-14
32726d88 74
0c61e88b 75- First version, released on an unsuspecting world.