Changes update, and add test dependency on Test::Fatal
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 <soon>
4     * Additional (TODO) unit tests for immutable classes, and documentation
5       notes about these limitations. (Karen Etheridge)
6
7 0.07
8     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
9
10 0.06
11     * Add support for immutable classes (Chris Andrews)
12     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
13     * POD fixups
14
15 0.05
16     * Avoid warnings from Moose 1.09. (Dave Rolsky)
17
18 0.04    January 23, 2010
19     * Rather than skipping initialization all together, just pop off the undef
20       and let the init happen normally.  This makes default values work
21       properly. (Test provided by (and thanks to) Tom Heady)
22
23 0.03    December 3, 2009
24     * Fiddle with dependencies.
25
26 0.02    December 2, 2009
27     * Actually check the value properly, therefore setting it properly
28
29 0.01    Date/time
30         First version, released on an unsuspecting world.
31