html-template icon indicating copy to clipboard operation
html-template copied to clipboard

Perl HTML::Template module

Results 6 html-template issues
Sort by recently updated
recently updated
newest added

I encountered a memory leak in an application (LemonLDAP::NG) that I was able to hunt back to HTML::Template. The following script: ``` use HTML::Template; my $tpltext= \$tpltext ); my $output...

Hi, This is a small PR that just adds [MetaJSON] to the dist.ini file, so that future releases will have a `META.json` file as well as a `META.yml` file. The...

Any tag that looks like this has a weird effect on HTML::Template: ``` ``` If the ___ above is replaced by anything other than the empty string, the TMPL_VAR is...

We use `HTML::Template` in conjunction with an Angular app and would like to escape `{` when using `html` escaping to prevent attacks of [this sort](https://finnwea.com/blog/stealing-passwords-from-mcdonalds-users). To do this, we had...

Hi Michael, This PR follows up from my email about a permissions conflict: it tells PAUSE not to index the inner packages. Also updated `dist.ini` so that a `META.json` file...

Michael, Here's a patch for the 'process() and 'include_path' features. Docs and tests are included. I also looked at adding something like 'pre_define' or 'constants', but have decided to defer...