Lines Matching refs:template
18 - Add support for decoding template files via ENCODING constructor arg
30 - Turn off strict+warnings in sections where template code is eval'ed
36 https://github.com/mschout/perl-text-template/issues/8). Will revisit
53 allowed in the template. (Thanks Desmond Daignault, Kivanc Yazan, CJM)
159 line number of the template at which the error occurred:
161 Illegal division by zero at template line 37.
163 - If the template comes from a file, the filename will be reported as well:
167 - New UNTAINT option tells the module that it is safe to eval template code
177 line number of the template at which the error occurred:
179 Illegal division by zero at template line 37.
181 If the template comes from a file, the filename will be reported as well:
202 beginning of every program fragment in a template, either per template,
214 introduced by the elimination of \ processing, template parsing is 20-25%
237 - New OUTPUT option delivers template results directly to a filehandle
240 - Fragments may now output data directly to the template, rather than
287 - Better support for filling out the same template more than once
293 - Once a template is parsed, the parsed version is stored so that