Although it is not recommended Template (Template Toolkit) permits all upper case variable names. Template::Tiny allows fOO but not FOO. We have made this annoying experience yesterday when we have tried to implement something tiny. Please allow all upper case variables too to increase the compatibility of Template and Template::Tiny or at least impove the documentation. Thx.
Although it is not recommended
Template
(Template Toolkit) permits all upper case variable names.Template::Tiny
allows fOO but not FOO. We have made this annoying experience yesterday when we have tried to implement something tiny. Please allow all upper case variables too to increase the compatibility ofTemplate
andTemplate::Tiny
or at least impove the documentation. Thx.PS: A similar issue (Template variables must be lowercase) was already reported 2015 by Dave Clarke.