add upper/lowercase for SimpleStr and Str
[gitmo/MooseX-Types-Common.git] / Changes
CommitLineData
0ab51d6b 10.001003 2011-08-31 11:35EST
d818949c 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)
cf9870aa 60.001002 2010-02-22 17:00EST
cb7c0966 7 - Add Test::Exception to the test_requires (RT#54357)
acf4d245 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.
6820e939 100.001001 2010-01-04
11 - POD updates
3379cc45 120.001000
acf4d245 13 - Initial release. This is a spin off from Reaction.