enable applied_attribute
[gitmo/MooseX-AlwaysCoerce.git] / Changes
1 Revision history for MooseX-AlwaysCoerce
2
3 0.13 2011-02-07
4     - fixed class attribute and parameterized role TODO tests to work again
5       with the latest MooseX::Role::Parameterized (Karen Etheridge)
6     - converted tests to Test::Fatal (Karen Etheridge)
7
8 0.12  2010-10-08 12:14:54 PDT
9     - ...and again.
10
11 0.11  2010-10-08 12:05:42 PDT
12     - fix mangled distribution tarball (Karen Etheridge)
13
14 0.10  2010-10-08 10:03:53 PDT
15     - avoid giving class attributes to the metaclass, which was triggering an
16       edge case bug in metaclass compat (Jesse Luehrs)
17
18 0.09  2010-08-05 03:42:07
19     - support attributes without isa, correctly
20
21 0.08  2010-08-05 03:14:37
22     - make a test safer
23
24 0.07  2010-08-05 03:10:12
25     - support class_has with no isa (Karen Etheridge)
26
27 0.06  2010-07-28 00:58:50
28     - Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
29
30 0.05  2010-07-13 00:05:10
31     - support types without coercion (Schwern)
32
33 0.04  2010-03-06 05:28:01
34     - remove t/00-load.t (was failing)
35
36 0.03  2009-06-16 17:50:12
37     - make coerce => 0 work for class_has
38
39 0.02  2009-06-16 17:23:29
40     - rewritten using metaroles, the Moose way
41
42 0.01  2009-06-15 22:18:34
43     - releasing...