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: 37539
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: intermediate instantiation
This construction will not work in Jemplate (and will in TT). a.b.c = 1; it should create structure like: a => { b => {c => 1} } } but currently assignment operator doesnt instantiate intermediate hashes.
Fixed with test case Fixed by Nickolay Platonov