From: Karen Etheridge Date: Mon, 1 Nov 2010 18:30:03 +0000 (-0700) Subject: pod typo fix X-Git-Tag: 1.19~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2894aeac5e9c0da63e73c5a58008c4fe3004bb1;p=gitmo%2FMoose.git pod typo fix --- diff --git a/lib/Moose/Meta/TypeConstraint.pm b/lib/Moose/Meta/TypeConstraint.pm index 40bb40c..6dd0f0e 100644 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -402,7 +402,7 @@ C and C. =item B<< $constraint->coerce($value) >> -This will attempt to coerce the value to the type. If the type does +This will attempt to coerce the value to the type. If the type does not have any defined coercions this will throw an error. If no coercion can produce a value matching C<$constraint>, the original