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