bump version
[gitmo/MooseX-Types-Common.git] / lib / MooseX / Types / Common / String.pm
index e7483cf..ef2b0c2 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::Types::Common::String;
 use strict;
 use warnings;
 
-our $VERSION = '0.001004';
+our $VERSION = '0.001007';
 
 use MooseX::Types -declare => [
   qw(SimpleStr
@@ -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