Skip Menu |

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

Report information
The Basics
Id: 14335
Status: resolved
Priority: 0/
Queue: HTML-Template-Pluggable

People
Owner: rhesa [...] cpan.org
Requestors: rhesa [...] cpan.org
Cc:
AdminCc:

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



Subject: using objects that return an array in <tmpl_if>s is broken
Suppose you have a datastructure like this: { some => { array => [] } } Then this template dies with a "Can't call method "isa" on unblessed reference": <tmpl_if some.array> <tmpl_loop some.array> <tmpl_var err> ... The reason is the <tmpl_if doesn't seem to get the right type of reference or something. It's under investigation, and will be fixed asap.