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