pod fix per RT #75168
Justin Hunter [Tue, 21 Feb 2012 16:41:47 +0000 (11:41 -0500)]
lib/MooseX/Types/Common/String.pm

index a9ccd6f..b85c8a9 100644 (file)
@@ -214,8 +214,6 @@ A coercion exists via C<lc> from NonEmptyStr
 A Str with length > 0 and all uppercase characters.
 A coercion exists via C<uc> 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