Update changes
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
8c0f23ac 10.06_01 2008-08-30
2
3- Rewrote this distro's functionality as roles to take advantage of
4 Moose::Util::MetaRole. Less code, plays better with other
5 extensions.
2a1fb9c7 6
7
80.06 2008-06-27
5c40fb22 9
10- Changes to the immutable bits to work with the latest Moose (0.51).
11
12
2a1fb9c7 130.05 2008-04-18
0f795b43 14
15- The fix in 0.04 only worked for non-immutable classes.
16
17
2a1fb9c7 180.04 2008-04-18
a83dec43 19
0f795b43 20- This module did not respect the init_arg attribute setting, and used
a83dec43 21 the attribute name instead. Reported by Matt Trout. RT #34507.
22
23
2a1fb9c7 240.03 2007-11-20
f65b0fb9 25
26- Require Moose 0.26, since that's first version to offer init_meta(),
27 apparently.
28
29
2a1fb9c7 300.02 2007-11-15
0c61e88b 31
d6b6d7ea 32- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 33
c001451a 34- Version 0.01 did not work after a class was made immutable.
35
0c61e88b 36
2a1fb9c7 370.01 2007-11-14
32726d88 38
0c61e88b 39- First version, released on an unsuspecting world.