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 };
This queue is for tickets about the MooseX-Types-CPF CPAN distribution.
The Basics
People
|
Bug Information
|