Skip Menu |

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

Report information
The Basics
Id: 118763
Status: new
Priority: 0/
Queue: Template-AutoFilter

People
Owner: Nobody in particular
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

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



Subject: TAF parser does not correctly handle curly braces in function calls
It appears that Template::AutoFilter is broken: [% test(a, b) %] is filtered correctly [% test({ a => b }) %] is not filtered. The parser stops at the "{" and fails to apply the automatic filter to those [%%] blocks.