redo constructor class as a role too
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
5c40fb22 10.06 2008-06-27
2
3- Changes to the immutable bits to work with the latest Moose (0.51).
4
5
0f795b43 60.05 2008-04-18
7
8- The fix in 0.04 only worked for non-immutable classes.
9
10
a83dec43 110.04 2008-04-18
12
0f795b43 13- This module did not respect the init_arg attribute setting, and used
a83dec43 14 the attribute name instead. Reported by Matt Trout. RT #34507.
15
16
f65b0fb9 170.03 2007-11-20
18
19- Require Moose 0.26, since that's first version to offer init_meta(),
20 apparently.
21
22
5b3a5317 230.02 2007-11-15
0c61e88b 24
d6b6d7ea 25- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 26
c001451a 27- Version 0.01 did not work after a class was made immutable.
28
0c61e88b 29
1e037f31 300.01 2007-11-14
32726d88 31
0c61e88b 32- First version, released on an unsuspecting world.