fix timestamps - looks like the date isn't added automatically yet
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
38ebd3e4 30.10 2011-03-18
793ea91a 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
38ebd3e4 80.09 2011-03-02
94a727f4 9 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
10
38ebd3e4 110.08 2011-02-27
38a6d1e7 12 * Additional (TODO) unit tests for immutable classes, and documentation
13 notes about these limitations. (Karen Etheridge)
14
550e9d3e 15 * Added forward compatibility with Moose 1.9900+, but this module still
16 works with older Moose too. (Dave Rolsky)
17
81d4422f 180.07
19 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
20
ae05f07e 210.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
46ca011d 260.05
27 * Avoid warnings from Moose 1.09. (Dave Rolsky)
28
38ebd3e4 290.04 2010-01-23
779ca481 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
38ebd3e4 340.03 2009-12-03
c3476f31 35 * Fiddle with dependencies.
36
38ebd3e4 370.02 2009-12-02
efcfddbd 38 * Actually check the value properly, therefore setting it properly
39
5447ee45 400.01 Date/time
41 First version, released on an unsuspecting world.
42