Changes for 0.08
[gitmo/MooseX-SemiAffordanceAccessor.git] / Changes
1 0.08   2010-07-20
2
3 - Fix a bad example in the SYNOPSIS.
4
5
6 0.07   2010-07-14
7
8 - Fix bad uri for bugtracker in metadata
9
10
11 0.06   2010-07-14
12
13 - Use modern Moose APIs, to avoid warnings with the next Moose release.
14
15
16 0.05   2009-07-15
17
18 - Now requires Moose 0.84 to prevent test failures.
19
20
21 0.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
28 0.03   2008-08-30
29
30 - Renamed to MooseX::SemiAffordanceAccessor because it no longer
31   requires the Moose::Policy module. Instead it uses
32   Moose::Util::MetaRole.
33
34
35 0.02   2007-11-15
36
37 - Require 5.6.1 in the Build.PL.
38
39 - Added missing Moose & Moose::Policy prereqs.
40
41 - No code changes.
42
43
44 0.01   2007-11-14
45
46 - First version, released on an unsuspecting world.