Role tests are in a separate file
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
1 0.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.
9
10
11 0.08   2010-07-20
12
13 - Fix a bad example in the SYNOPSIS.
14
15
16 0.07   2010-07-14
17
18 - Fix bad uri for bugtracker in metadata
19
20
21 0.06   2010-07-14
22
23 - Use modern Moose APIs, to avoid warnings with the next Moose release.
24
25
26 0.05   2009-07-15
27
28 - Now requires Moose 0.84 to prevent test failures.
29
30
31 0.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
38 0.03   2008-08-30
39
40 - Renamed to MooseX::SemiAffordanceAccessor because it no longer
41   requires the Moose::Policy module. Instead it uses
42   Moose::Util::MetaRole.
43
44
45 0.02   2007-11-15
46
47 - Require 5.6.1 in the Build.PL.
48
49 - Added missing Moose & Moose::Policy prereqs.
50
51 - No code changes.
52
53
54 0.01   2007-11-14
55
56 - First version, released on an unsuspecting world.