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