doc typo
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 0.10    2011-03-18
4     * No longer apply UndefTolerant behaviour to attributes with a type
5       constraint that handles undef (or those with no type constraint at all).
6       (Karen Etheridge)
7
8 0.09    2011-03-02
9     * Add missing test prereq on Test::Fatal. (Dave Rolsky)
10
11 0.08    2011-02-27
12     * Additional (TODO) unit tests for immutable classes, and documentation
13       notes about these limitations. (Karen Etheridge)
14
15     * Added forward compatibility with Moose 1.9900+, but this module still
16       works with older Moose too. (Dave Rolsky)
17
18 0.07
19     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
20
21 0.06
22     * Add support for immutable classes (Chris Andrews)
23     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
24     * POD fixups
25
26 0.05
27     * Avoid warnings from Moose 1.09. (Dave Rolsky)
28
29 0.04    2010-01-23
30     * Rather than skipping initialization all together, just pop off the undef
31       and let the init happen normally.  This makes default values work
32       properly. (Test provided by (and thanks to) Tom Heady)
33
34 0.03    2009-12-03
35     * Fiddle with dependencies.
36
37 0.02    2009-12-02
38     * Actually check the value properly, therefore setting it properly
39
40 0.01    Date/time
41         First version, released on an unsuspecting world.
42