Skip Menu |

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

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

People
Owner: thiago.rondon [...] gmail.com
Requestors: jjnapiork [...] cpan.org
Cc:
AdminCc:

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



Subject: missing ',' in coercion declaration
Hi, you have: coerce CPF # someone's bound to try it from Str, via { uc }; You are missing a ',' after the word 'CPF', should be: coerce CPF, from Str, via { uc };
Hi! It was fixed in release 0.02. Thanks in advanced! -Thiago Rondon Em Seg. Mai. 18 17:30:00 2009, JJNAPIORK escreveu: Show quoted text
> Hi, > > you have: > > coerce CPF > # someone's bound to try it > from Str, via { uc }; > > You are missing a ',' after the word 'CPF', should be: > > coerce CPF, > from Str, > via { uc }; >