prep for release
[gitmo/MooseX-Types-Common.git] / Changes
CommitLineData
bf8650d8 10.001008 2012-06-14 11:29:50 PDT
19ef3f5a 2 - Upper* and Lower* string types now accept non-alphabetic characters (Karen
3 Etheridge)
2ef43939 40.001007 2012-02-23 11:50EST
5 - remove Test::Exception from a test
6a91f25d 60.001006 2012-02-21 13:50EST
7 - fix POD per RT #75168
0a39a4d2 80.001005 2012-02-19 20:45EST
9 - add NumericCode type, RT #74346
9e0d8aee 100.001004 2011-12-05 23:30EST
11 - use Test::Fatal instead of Test::Exception (Justin Hunter)
12 - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
0ab51d6b 130.001003 2011-08-31 11:35EST
d818949c 14 - The positive and negative number types mistakenly accepted zero. Reported
15 by Eric Brine. RT #53234.
16 - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
17 Rolsky)
cf9870aa 180.001002 2010-02-22 17:00EST
cb7c0966 19 - Add Test::Exception to the test_requires (RT#54357)
acf4d245 20 - Warning when you try to import things from MooseX::Types::Common rather
21 than one of the specific String/Numeric modules in the distribution.
6820e939 220.001001 2010-01-04
23 - POD updates
3379cc45 240.001000
acf4d245 25 - Initial release. This is a spin off from Reaction.