Changes for 0.08
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
CommitLineData
f0b32c0c 10.08 2010-07-20
2
3- Fix a bad example in the SYNOPSIS.
4
5
71812464 60.07 2010-07-14
7
8- Fix bad uri for bugtracker in metadata
9
10
d0cab512 110.06 2010-07-14
12
13- Use modern Moose APIs, to avoid warnings with the next Moose release.
14
15
de3787ed 160.05 2009-07-15
17
18- Now requires Moose 0.84 to prevent test failures.
19
20
132dbe06 210.04 2009-07-09
22
23- This module unconditionally deleted the "is" parameter, which meant
24 it broke any use of "is => 'bare'". Reported by Jerome Quelin. Fixed
25 by Jesse Luehrs. RT #47711.
26
27
58265849 280.03 2008-08-30
b95d9f9b 29
30- Renamed to MooseX::SemiAffordanceAccessor because it no longer
58265849 31 requires the Moose::Policy module. Instead it uses
32 Moose::Util::MetaRole.
b95d9f9b 33
34
9d5dda1c 350.02 2007-11-15
e2727e04 36
37- Require 5.6.1 in the Build.PL.
38
9d5dda1c 39- Added missing Moose & Moose::Policy prereqs.
40
41- No code changes.
42
e2727e04 43
2a37e08d 440.01 2007-11-14
a338e27f 45
9d5dda1c 46- First version, released on an unsuspecting world.