Skip Menu |

This queue is for tickets about the Template-Alloy CPAN distribution.

Report information
The Basics
Id: 100248
Status: new
Priority: 0/
Queue: Template-Alloy

People
Owner: Nobody in particular
Requestors: diego [...] sistemica.info
Cc:
AdminCc:

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



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