[Moose-commits] r7542 - Mouse/trunk/lib/Mouse/Util

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Thu Feb 5 00:46:30 GMT 2009


Author: sartak
Date: 2009-02-04 16:46:30 -0800 (Wed, 04 Feb 2009)
New Revision: 7542

Modified:
   Mouse/trunk/lib/Mouse/Util/TypeConstraints.pm
Log:
Fix prototype on message {...}

Modified: Mouse/trunk/lib/Mouse/Util/TypeConstraints.pm
===================================================================
--- Mouse/trunk/lib/Mouse/Util/TypeConstraints.pm	2009-02-05 00:46:24 UTC (rev 7541)
+++ Mouse/trunk/lib/Mouse/Util/TypeConstraints.pm	2009-02-05 00:46:30 UTC (rev 7542)
@@ -21,7 +21,7 @@
 sub where (&) {
     where => $_[0]
 }
-sub message ($) {
+sub message (&) {
     message => $_[0]
 }
 




More information about the Moose-commits mailing list