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