make this work in roles
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
0dd9c65b 30.11 2011-03-19
4 * re-release to fix careless syntax error (whoops!) :)
5
38ebd3e4 60.10 2011-03-18
793ea91a 7 * No longer apply UndefTolerant behaviour to attributes with a type
8 constraint that handles undef (or those with no type constraint at all).
9 (Karen Etheridge)
10
38ebd3e4 110.09 2011-03-02
94a727f4 12 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
13
38ebd3e4 140.08 2011-02-27
38a6d1e7 15 * Additional (TODO) unit tests for immutable classes, and documentation
16 notes about these limitations. (Karen Etheridge)
17
550e9d3e 18 * Added forward compatibility with Moose 1.9900+, but this module still
19 works with older Moose too. (Dave Rolsky)
20
81d4422f 210.07
22 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
23
ae05f07e 240.06
25 * Add support for immutable classes (Chris Andrews)
26 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
27 * POD fixups
28
46ca011d 290.05
30 * Avoid warnings from Moose 1.09. (Dave Rolsky)
31
38ebd3e4 320.04 2010-01-23
779ca481 33 * Rather than skipping initialization all together, just pop off the undef
34 and let the init happen normally. This makes default values work
35 properly. (Test provided by (and thanks to) Tom Heady)
36
38ebd3e4 370.03 2009-12-03
c3476f31 38 * Fiddle with dependencies.
39
38ebd3e4 400.02 2009-12-02
efcfddbd 41 * Actually check the value properly, therefore setting it properly
42
5447ee45 430.01 Date/time
44 First version, released on an unsuspecting world.
45