Punctuation
Shawn M Moore [Thu, 25 Jun 2009 06:27:28 +0000 (02:27 -0400)]
lib/Moose/Meta/TypeConstraint/Enum.pm

index b8951c1..d6c0e1d 100644 (file)
@@ -107,7 +107,7 @@ should be an array reference containing a list of valid string
 values. Second, it automatically sets the parent to the C<Str> type.
 
 Finally, it ignores any provided C<constraint> option. The constraint
-is generated automatically based on the provided C<values>
+is generated automatically based on the provided C<values>.
 
 =item B<< $constraint->values >>