]> mj.ucw.cz Git - temple.git/commit
Added optional tilde expansion
authorMartin Mares <mj@ucw.cz>
Wed, 12 Aug 2015 10:32:04 +0000 (12:32 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Aug 2015 10:32:04 +0000 (12:32 +0200)
commita12bd0e4273328ae75cee3339e0dbe17ff31efed
tree57c20e8ec8ff3f5d56f546cfc84a3c476c8ad3b6
parent0e65ba7f45ff60fff92bd558eb825b571a5048f4
Added optional tilde expansion

Tilde is often used as a non-breaking space, but what exactly that
means depends on context. Therefore, a tilde expands to itself by
default and the expansion can be changed via $T::tilde.

Inspired by a patch from KSP repository.
UCW/Temple.pm