From: Justin Hunter Date: Tue, 21 Feb 2012 16:41:47 +0000 (-0500) Subject: pod fix per RT #75168 X-Git-Tag: 0.001006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Common.git;a=commitdiff_plain;h=c7cac4c09dd5d09d2809fa85cdda9af97dfb0427 pod fix per RT #75168 --- diff --git a/lib/MooseX/Types/Common/String.pm b/lib/MooseX/Types/Common/String.pm index a9ccd6f..b85c8a9 100644 --- a/lib/MooseX/Types/Common/String.pm +++ b/lib/MooseX/Types/Common/String.pm @@ -214,8 +214,6 @@ A coercion exists via C from NonEmptyStr A Str with length > 0 and all uppercase characters. A coercion exists via C from NonEmptyStr -=back - =item * NumericCode A Str with no new-line characters that consists of only Numeric characters. @@ -223,6 +221,8 @@ Examples include, Social Security Numbers, PINs, Postal Codes, HTTP Status Codes, etc. Supports attempting to coerce from a string that has punctuation in it ( e.g credit card number 4111-1111-1111-1111 ). +=back + =head1 SEE ALSO =over