use with_immutable and tighter TODO scope to run more tests after failure, and better...
[gitmo/MooseX-UndefTolerant.git] / Changes
CommitLineData
670193cb 1Revision history for MooseX-UndefTolerant
5447ee45 2
477b93e1 30.13
4 * unit test improvements - tighter TODO scopes, better diagnostics on
5 failure, Test::Moose for cleaner logic
6
42398dd1 70.12 2011-04-03
8 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
9
0dd9c65b 100.11 2011-03-19
11 * re-release to fix careless syntax error (whoops!) :)
12
38ebd3e4 130.10 2011-03-18
793ea91a 14 * No longer apply UndefTolerant behaviour to attributes with a type
15 constraint that handles undef (or those with no type constraint at all).
16 (Karen Etheridge)
17
38ebd3e4 180.09 2011-03-02
94a727f4 19 * Add missing test prereq on Test::Fatal. (Dave Rolsky)
20
38ebd3e4 210.08 2011-02-27
38a6d1e7 22 * Additional (TODO) unit tests for immutable classes, and documentation
23 notes about these limitations. (Karen Etheridge)
24
550e9d3e 25 * Added forward compatibility with Moose 1.9900+, but this module still
26 works with older Moose too. (Dave Rolsky)
27
81d4422f 280.07
29 * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
30
ae05f07e 310.06
32 * Add support for immutable classes (Chris Andrews)
33 * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
34 * POD fixups
35
46ca011d 360.05
37 * Avoid warnings from Moose 1.09. (Dave Rolsky)
38
38ebd3e4 390.04 2010-01-23
779ca481 40 * Rather than skipping initialization all together, just pop off the undef
41 and let the init happen normally. This makes default values work
42 properly. (Test provided by (and thanks to) Tom Heady)
43
38ebd3e4 440.03 2009-12-03
c3476f31 45 * Fiddle with dependencies.
46
38ebd3e4 470.02 2009-12-02
efcfddbd 48 * Actually check the value properly, therefore setting it properly
49
5447ee45 500.01 Date/time
51 First version, released on an unsuspecting world.
52