Require Test::Fatal
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
5e9d97ef 30.08 February 27, 2011
38a6d1e7 4 * Additional (TODO) unit tests for immutable classes, and documentation
5 notes about these limitations. (Karen Etheridge)
6
550e9d3e 7 * Added forward compatibility with Moose 1.9900+, but this module still
8 works with older Moose too. (Dave Rolsky)
9
81d4422f 100.07
11 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
12
ae05f07e 130.06
14 * Add support for immutable classes (Chris Andrews)
15 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
16 * POD fixups
17
46ca011d 180.05
19 * Avoid warnings from Moose 1.09. (Dave Rolsky)
20
779ca481 210.04 January 23, 2010
22 * Rather than skipping initialization all together, just pop off the undef
23 and let the init happen normally. This makes default values work
24 properly. (Test provided by (and thanks to) Tom Heady)
25
c3476f31 260.03 December 3, 2009
27 * Fiddle with dependencies.
28
efcfddbd 290.02 December 2, 2009
30 * Actually check the value properly, therefore setting it properly
31
5447ee45 320.01 Date/time
33 First version, released on an unsuspecting world.
34