Skip Menu |

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

Report information
The Basics
Id: 2648
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: concatenation(_) in method call (non-assignment) should be legal syntaxt
concatenation in method call (non-assignment) results in error This is legal [% foo = bar _ baz _ "brb" _ "$blog,$flog,$jog" _ asdf; %] but this is not [% CALL foo.blongo( bar _ baz _ "brb" _ "$blog,$flog,$jog" _ asdf ); %] and it's only logical that it should be. Thanks