From: Karen Etheridge Date: Sat, 23 Oct 2010 16:03:56 +0000 (-0700) Subject: pod typo X-Git-Tag: 1.18~70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=086c6b6ca0b93c7f9dd1808c7315f5a6aaea74d1;p=gitmo%2FMoose.git pod typo --- diff --git a/lib/Moose/Meta/TypeConstraint.pm b/lib/Moose/Meta/TypeConstraint.pm index cd945e2..c9fb6ad 100644 --- a/lib/Moose/Meta/TypeConstraint.pm +++ b/lib/Moose/Meta/TypeConstraint.pm @@ -408,7 +408,7 @@ have any defined coercions this will throw an error. If no coercion can produce a value matching C<$constraint>, the original value is returned. -=item B<< $constraint->assert_coerce($value >> +=item B<< $constraint->assert_coerce($value) >> This method behaves just like C, but if the result is not valid according to C<$constraint>, an error is thrown.