Use applied_attribute metarole with Moose 1.9900+
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
CommitLineData
080d1e6d 1- Allow MooseX::SemiAffordanceAccessor to be used in roles.
2
f0b32c0c 30.08 2010-07-20
4
5- Fix a bad example in the SYNOPSIS.
6
7
71812464 80.07 2010-07-14
9
10- Fix bad uri for bugtracker in metadata
11
12
d0cab512 130.06 2010-07-14
14
15- Use modern Moose APIs, to avoid warnings with the next Moose release.
16
17
de3787ed 180.05 2009-07-15
19
20- Now requires Moose 0.84 to prevent test failures.
21
22
132dbe06 230.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
58265849 300.03 2008-08-30
b95d9f9b 31
32- Renamed to MooseX::SemiAffordanceAccessor because it no longer
58265849 33 requires the Moose::Policy module. Instead it uses
34 Moose::Util::MetaRole.
b95d9f9b 35
36
9d5dda1c 370.02 2007-11-15
e2727e04 38
39- Require 5.6.1 in the Build.PL.
40
9d5dda1c 41- Added missing Moose & Moose::Policy prereqs.
42
43- No code changes.
44
e2727e04 45
2a37e08d 460.01 2007-11-14
a338e27f 47
9d5dda1c 48- First version, released on an unsuspecting world.