update Changes
[gitmo/MooseX-Types-Common.git] / Changes
CommitLineData
9e0d8aee 10.001004 2011-12-05 23:30EST
2 - use Test::Fatal instead of Test::Exception (Justin Hunter)
3 - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
0ab51d6b 40.001003 2011-08-31 11:35EST
d818949c 5 - The positive and negative number types mistakenly accepted zero. Reported
6 by Eric Brine. RT #53234.
7 - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
8 Rolsky)
cf9870aa 90.001002 2010-02-22 17:00EST
cb7c0966 10 - Add Test::Exception to the test_requires (RT#54357)
acf4d245 11 - Warning when you try to import things from MooseX::Types::Common rather
12 than one of the specific String/Numeric modules in the distribution.
6820e939 130.001001 2010-01-04
14 - POD updates
3379cc45 150.001000
acf4d245 16 - Initial release. This is a spin off from Reaction.