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