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