add upper/lowercase for SimpleStr and Str
[gitmo/MooseX-Types-Common.git] / Changes
1 0.001003 2011-08-31 11:35EST
2   - The positive and negative number types mistakenly accepted zero. Reported
3     by Eric Brine. RT #53234.
4   - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
5     Rolsky)
6 0.001002 2010-02-22 17:00EST
7   - Add Test::Exception to the test_requires (RT#54357)
8   - Warning when you try to import things from MooseX::Types::Common rather
9     than one of the specific String/Numeric modules in the distribution.
10 0.001001 2010-01-04
11   - POD updates
12 0.001000
13   - Initial release. This is a spin off from Reaction.