Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jemplate CPAN distribution.

Report information
The Basics
Id: 37540
Status: resolved
Priority: 0/
Queue: Jemplate

People
Owner: Nobody in particular
Requestors: nickolay8 [...] gmail.com
Cc:
AdminCc:

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



Subject: iterate over empty object broken
This construction will not work in Jemplate (and will in TT). FOREACH a in []; _loop_; END; it should just do nothing, but it will throw exception "no object to iterate"
Can't reproduce Added test case Fix by Nickolay Platonov?