X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FUtil%2FTypeConstraints.pm;h=44b0b382de79746141f2e9000197cf178f9560bf;hb=586008537382826f6f206e5412be448a1b51dcd0;hp=77f4a8aed94f9f427e1c5520b39913aad7ed9b41;hpb=139d92d25aa9446ef81f9ae84ad2a26fe7ff0179;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Util/TypeConstraints.pm b/lib/Mouse/Util/TypeConstraints.pm index 77f4a8a..44b0b38 100644 --- a/lib/Mouse/Util/TypeConstraints.pm +++ b/lib/Mouse/Util/TypeConstraints.pm @@ -21,7 +21,7 @@ sub as ($) { sub where (&) { where => $_[0] } -sub message ($) { +sub message (&) { message => $_[0] }