From: Karen Etheridge Date: Thu, 18 Jul 2013 21:36:44 +0000 (-0700) Subject: make changelog more readable, CPAN::Changes-compliant X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=commitdiff_plain;h=a586085f3ece6d41d19aab0ffbe562d4130504c7 make changelog more readable, CPAN::Changes-compliant --- diff --git a/Changes b/Changes index e2378fb..11fdde2 100644 --- a/Changes +++ b/Changes @@ -1,25 +1,35 @@ -0.001008 2012-06-14 11:29:50 PDT +Revision history for MooseX-Types-Common + +0.001008 2012-06-14 11:29:50 PDT - Upper* and Lower* string types now accept non-alphabetic characters (Karen Etheridge) -0.001007 2012-02-23 11:50EST + +0.001007 2012-02-23 11:50EST - remove Test::Exception from a test -0.001006 2012-02-21 13:50EST + +0.001006 2012-02-21 13:50EST - fix POD per RT #75168 -0.001005 2012-02-19 20:45EST + +0.001005 2012-02-19 20:45EST - add NumericCode type, RT #74346 -0.001004 2011-12-05 23:30EST + +0.001004 2011-12-05 23:30EST - use Test::Fatal instead of Test::Exception (Justin Hunter) - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133 -0.001003 2011-08-31 11:35EST + +0.001003 2011-08-31 11:35EST - The positive and negative number types mistakenly accepted zero. Reported by Eric Brine. RT #53234. - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave Rolsky) -0.001002 2010-02-22 17:00EST + +0.001002 2010-02-22 17:00EST - Add Test::Exception to the test_requires (RT#54357) - Warning when you try to import things from MooseX::Types::Common rather than one of the specific String/Numeric modules in the distribution. -0.001001 2010-01-04 + +0.001001 2010-01-04 - POD updates -0.001000 + +0.001000 2009-02-02 - Initial release. This is a spin off from Reaction.