Role tests are in a separate file
[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
9b1af48e 10
f0b32c0c 110.08 2010-07-20
12
13- Fix a bad example in the SYNOPSIS.
14
15
71812464 160.07 2010-07-14
17
18- Fix bad uri for bugtracker in metadata
19
20
d0cab512 210.06 2010-07-14
22
23- Use modern Moose APIs, to avoid warnings with the next Moose release.
24
25
de3787ed 260.05 2009-07-15
27
28- Now requires Moose 0.84 to prevent test failures.
29
30
132dbe06 310.04 2009-07-09
32
33- This module unconditionally deleted the "is" parameter, which meant
34 it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
35 by Jesse Luehrs. RT #47711.
36
37
58265849 380.03 2008-08-30
b95d9f9b 39
40- Renamed to MooseX::SemiAffordanceAccessor because it no longer
58265849 41 requires the Moose::Policy module. Instead it uses
42 Moose::Util::MetaRole.
b95d9f9b 43
44
9d5dda1c 450.02 2007-11-15
e2727e04 46
47- Require 5.6.1 in the Build.PL.
48
9d5dda1c 49- Added missing Moose & Moose::Policy prereqs.
50
51- No code changes.
52
e2727e04 53
2a37e08d 540.01 2007-11-14
a338e27f 55
9d5dda1c 56- First version, released on an unsuspecting world.