Skip Menu |

This queue is for tickets about the MooseX-Types CPAN distribution.

Report information
The Basics
Id: 86232
Status: resolved
Priority: 0/
Queue: MooseX-Types

People
Owner: Nobody in particular
Requestors: book [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] spelling fix
Date: Tue, 18 Jun 2013 15:53:07 +0200
To: bug-moosex-types [...] rt.cpan.org
From: "Philippe Bruhat (BooK)" <book [...] cpan.org>
--- lib/MooseX/Types.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<Moose> -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. -- 1.7.10.4
Thanks, fixed in git master.