cf74a991fa3e74c60dda0157583e8ecaf328510d
[gitmo/MooseX-Types-Common.git] / Changes
1   - Upper* and Lower* string types now accept non-alphabetic characters (Karen
2     Etheridge)
3 0.001007 2012-02-23 11:50EST
4   - remove Test::Exception from a test
5 0.001006 2012-02-21 13:50EST
6   - fix POD per RT #75168
7 0.001005 2012-02-19 20:45EST
8   - add NumericCode type, RT #74346
9 0.001004 2011-12-05 23:30EST
10   - use Test::Fatal instead of Test::Exception (Justin Hunter)
11   - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
12 0.001003 2011-08-31 11:35EST
13   - The positive and negative number types mistakenly accepted zero. Reported
14     by Eric Brine. RT #53234.
15   - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
16     Rolsky)
17 0.001002 2010-02-22 17:00EST
18   - Add Test::Exception to the test_requires (RT#54357)
19   - Warning when you try to import things from MooseX::Types::Common rather
20     than one of the specific String/Numeric modules in the distribution.
21 0.001001 2010-01-04
22   - POD updates
23 0.001000
24   - Initial release. This is a spin off from Reaction.