Add coerce() to the function list
[gitmo/Mouse.git] / 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