Skip Menu |

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

Report information
The Basics
Id: 21742
Status: rejected
Priority: 0/
Queue: Template-Toolkit

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

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



Subject: parse error : mydata.VIEW interpreted as a VIEW directive
The following does not compile, because data.VIEW is misinterpreted as a VIEW directive [% SET data = {"FOO"=>"FOO", "VIEW"="BAR"}; data.VIEW; %]
On Wed Sep 27 10:04:00 2006, DAMI wrote: Show quoted text
> The following does not compile, because data.VIEW is misinterpreted > as a VIEW directive > > > [% SET data = {"FOO"=>"FOO", "VIEW"="BAR"}; > data.VIEW; %]
That's a limitation of the parser I'm afraid. It'll be fixed in TT3, but there's nothing we can do about it in TT2.