From: Dave Rolsky Date: Tue, 18 Jun 2013 15:08:32 +0000 (-0500) Subject: Fix spelling mistake X-Git-Tag: v0.36~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c807eb83ce4c89fba069e0774bdef35e51c673ed;p=gitmo%2FMooseX-Types.git Fix spelling mistake --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index f066392..b34e6dd 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -536,7 +536,7 @@ The 'StrOrArrayRef' will have its stringification activated this causes the subtype to not be created. Since the bareword type constraints are not strings you really should not try to treat them that way. You will have to use the ',' operator instead. The authors of this package realize that all the L -documention and examples nearly uniformly use the '=>' version of the comma +documentation and examples nearly uniformly use the '=>' version of the comma operator and this could be an issue if you are converting code. Patches welcome for discussion.