Subject: | Function bug |
Date: | Mon, 10 Nov 2014 16:36:34 -0200 |
To: | bug-Template-Alloy [...] rt.cpan.org |
From: | Diego de Lima <diego [...] sistemica.info> |
Hello,
I just run across a bug on Template::Alloy not being able to recognize a
space character between a function name and its following parenthesis.
Example:
"1,2,3".split( ',' ) # Works fine, but:
"1,2,3".split ( ',' ) # doesn't recognize the ',' parameter.
At least on the Template::Tookit is was accepted with the space.
perl version 5.10.1 x86_64-linux-thread-multi
Template::Alloy 1.020
Best Regards,
Diego de Lima