Use applied_attribute metarole with Moose 1.9900+
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
1 - Allow MooseX::SemiAffordanceAccessor to be used in roles.
2
3 0.08   2010-07-20
4
5 - Fix a bad example in the SYNOPSIS.
6
7
8 0.07   2010-07-14
9
10 - Fix bad uri for bugtracker in metadata
11
12
13 0.06   2010-07-14
14
15 - Use modern Moose APIs, to avoid warnings with the next Moose release.
16
17
18 0.05   2009-07-15
19
20 - Now requires Moose 0.84 to prevent test failures.
21
22
23 0.04   2009-07-09
24
25 - This module unconditionally deleted the "is" parameter, which meant
26   it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
27   by Jesse Luehrs. RT #47711.
28
29
30 0.03   2008-08-30
31
32 - Renamed to MooseX::SemiAffordanceAccessor because it no longer
33   requires the Moose::Policy module. Instead it uses
34   Moose::Util::MetaRole.
35
36
37 0.02   2007-11-15
38
39 - Require 5.6.1 in the Build.PL.
40
41 - Added missing Moose & Moose::Policy prereqs.
42
43 - No code changes.
44
45
46 0.01   2007-11-14
47
48 - First version, released on an unsuspecting world.