require Moose 0.55_04
[gitmo/MooseX-StrictConstructor.git] / Changes
CommitLineData
2a1fb9c7 10.06_01 2008-08-21
2
3
40.06 2008-06-27
5c40fb22 5
6- Changes to the immutable bits to work with the latest Moose (0.51).
7
8
2a1fb9c7 90.05 2008-04-18
0f795b43 10
11- The fix in 0.04 only worked for non-immutable classes.
12
13
2a1fb9c7 140.04 2008-04-18
a83dec43 15
0f795b43 16- This module did not respect the init_arg attribute setting, and used
a83dec43 17 the attribute name instead. Reported by Matt Trout. RT #34507.
18
19
2a1fb9c7 200.03 2007-11-20
f65b0fb9 21
22- Require Moose 0.26, since that's first version to offer init_meta(),
23 apparently.
24
25
2a1fb9c7 260.02 2007-11-15
0c61e88b 27
d6b6d7ea 28- Moose was missing from the prereq list. Reported by Slaven Rezic.
0c61e88b 29
c001451a 30- Version 0.01 did not work after a class was made immutable.
31
0c61e88b 32
2a1fb9c7 330.01 2007-11-14
32726d88 34
0c61e88b 35- First version, released on an unsuspecting world.