Changes for 0.09
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
CommitLineData
379d7cd6 10.09 2011-02-26
2
3- In Moose 1.9900+, attributes from roles no longer acquire the consuming
4 class's attribute traits. However, you can apply attribute traits like this
5 one to attributes in roles, and that trait is preserved when the role is
6 applied to a class.
7
8 See the documentation for more details.
080d1e6d 9
f0b32c0c 100.08 2010-07-20
11
12- Fix a bad example in the SYNOPSIS.
13
14
71812464 150.07 2010-07-14
16
17- Fix bad uri for bugtracker in metadata
18
19
d0cab512 200.06 2010-07-14
21
22- Use modern Moose APIs, to avoid warnings with the next Moose release.
23
24
de3787ed 250.05 2009-07-15
26
27- Now requires Moose 0.84 to prevent test failures.
28
29
132dbe06 300.04 2009-07-09
31
32- This module unconditionally deleted the "is" parameter, which meant
33 it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
34 by Jesse Luehrs. RT #47711.
35
36
58265849 370.03 2008-08-30
b95d9f9b 38
39- Renamed to MooseX::SemiAffordanceAccessor because it no longer
58265849 40 requires the Moose::Policy module. Instead it uses
41 Moose::Util::MetaRole.
b95d9f9b 42
43
9d5dda1c 440.02 2007-11-15
e2727e04 45
46- Require 5.6.1 in the Build.PL.
47
9d5dda1c 48- Added missing Moose & Moose::Policy prereqs.
49
50- No code changes.
51
e2727e04 52
2a37e08d 530.01 2007-11-14
a338e27f 54
9d5dda1c 55- First version, released on an unsuspecting world.