X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil%2FTypeConstraints.pm;h=1ccdae16c8f0ebdc852b2cd4eb05eb955077fc15;hb=2a96ea8598dea995d57fa05e73cf2d42cf567e28;hp=f6d7aaf1b1a9a24b6e7b744bc70f1f65cb576fb8;hpb=c9cc688441831c86cb270b4a12ccf61e0bcd821a;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util/TypeConstraints.pm b/lib/Mouse/Util/TypeConstraints.pm index f6d7aaf..1ccdae1 100644 --- a/lib/Mouse/Util/TypeConstraints.pm +++ b/lib/Mouse/Util/TypeConstraints.pm @@ -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