Add coerce() to the function list
gfx [Wed, 9 Dec 2009 12:48:15 +0000 (21:48 +0900)]
lib/Mouse/Util/TypeConstraints.pm

index f6d7aaf..a3645e1 100644 (file)
@@ -557,6 +557,8 @@ Returns the names of all the type constraints.
 
 =item C<< enum (\@values) -> Mouse::Meta::TypeConstraint >>
 
+=item C<< coerce $type => from $another_type, via { }, ... >>
+
 =back
 
 =over 4