karenetheridge / Template-Tiny

Template Toolkit reimplemented in as little code as possible
https://metacpan.org/release/Template-Tiny/
Other
3 stars 1 forks source link

All upper case variable names are not allowed #2

Open XSven opened 2 months ago

XSven commented 2 months ago

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.

PS: A similar issue (Template variables must be lowercase) was already reported 2015 by Dave Clarke.

karenetheridge commented 2 months ago

Would you like to send a pull request? I've never used this module.