Fix skip all message
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
0f795b43 10.05 2008-04-18
2
3- The fix in 0.04 only worked for non-immutable classes.
4
5
a83dec43 60.04 2008-04-18
7
0f795b43 8- This module did not respect the init_arg attribute setting, and used
a83dec43 9 the attribute name instead. Reported by Matt Trout. RT #34507.
10
11
f65b0fb9 120.03 2007-11-20
13
14- Require Moose 0.26, since that's first version to offer init_meta(),
15 apparently.
16
17
5b3a5317 180.02 2007-11-15
0c61e88b 19
d6b6d7ea 20- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 21
c001451a 22- Version 0.01 did not work after a class was made immutable.
23
0c61e88b 24
1e037f31 250.01 2007-11-14
32726d88 26
0c61e88b 27- First version, released on an unsuspecting world.