look at init_arg, not attribute name
[gitmo/MooseX-StrictConstructor.git] / Changes
1 0.04   2008-04-18
2
3 - This module did not respcet the init_arg attribute setting, and used
4   the attribute name instead. Reported by Matt Trout. RT #34507.
5
6
7 0.03   2007-11-20
8
9 - Require Moose 0.26, since that's first version to offer init_meta(),
10   apparently.
11
12
13 0.02   2007-11-15
14
15 - Moose was missing from the prereq list. Reported by Slaven Rezic.
16
17 - Version 0.01 did not work after a class was made immutable.
18
19
20 0.01   2007-11-14
21
22 - First version, released on an unsuspecting world.