Change the signature of verify_type_constraint_error [IMCOMPATIBLE]
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
index f6d7aaf..1ccdae1 100644 (file)
@@ -366,7 +366,7 @@ Mouse::Util::TypeConstraints - Type constraint system for Mouse
 
 =head1 VERSION
 
-This document describes Mouse version 0.43
+This document describes Mouse version 0.44
 
 =head2 SYNOPSIS
 
@@ -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