remove unneeded shebangs
[gitmo/MooseX-AlwaysCoerce.git] / Changes
1 Revision history for {{$dist->name}}
2
3 {{$NEXT}}
4     - fixed reference to writable git repository
5     - pod coverage tests added
6
7 0.18      2012-10-13 16:57:07 PDT-0700 (Karen Etheridge)
8     - added missing prerequisite declaration
9     - added lots more metadata; kwalitee should be improved
10
11 0.17      2012-06-01 17:52:39 UTC+0000
12     - conversion to Dist::Zilla
13
14 0.16 2011-03-16
15     - bump minimum required Package::Stash and namespace::autoclean versions
16       in dependencies, to reduce invalid cpantesters reports. (The toolchain
17       already reports on conflicting Package::Stash, but not everything
18       is catching that.)
19
20 0.15 2011-03-14
21     - bump minimum required MooseX::ClassAttribute version in dependencies, to
22       ensure compatibility with the upcoming Moose 2.0 release.
23
24 0.14 2011-03-08
25     - add support within roles, using the new applied_attribute feature
26       available in Moose 1.99/2.0 (doy)
27
28 0.13 2011-03-07
29     - fixed class attribute and parameterized role TODO tests to work again
30       with the latest MooseX::Role::Parameterized (Karen Etheridge)
31     - converted tests to Test::Fatal (Karen Etheridge)
32
33 0.12  2010-10-08 12:14:54 PDT
34     - ...and again.
35
36 0.11  2010-10-08 12:05:42 PDT
37     - fix mangled distribution tarball (Karen Etheridge)
38
39 0.10  2010-10-08 10:03:53 PDT
40     - avoid giving class attributes to the metaclass, which was triggering an
41       edge case bug in metaclass compat (Jesse Luehrs)
42
43 0.09  2010-08-05 03:42:07
44     - support attributes without isa, correctly
45
46 0.08  2010-08-05 03:14:37
47     - make a test safer
48
49 0.07  2010-08-05 03:10:12
50     - support class_has with no isa (Karen Etheridge)
51
52 0.06  2010-07-28 00:58:50
53     - Use modern Moose APIs, to avoid warnings with Moose 1.09 (Karen Etheridge)
54
55 0.05  2010-07-13 00:05:10
56     - support types without coercion (Schwern)
57
58 0.04  2010-03-06 05:28:01
59     - remove t/00-load.t (was failing)
60
61 0.03  2009-06-16 17:50:12
62     - make coerce => 0 work for class_has
63
64 0.02  2009-06-16 17:23:29
65     - rewritten using metaroles, the Moose way
66
67 0.01  2009-06-15 22:18:34
68     - releasing...