-
Migrated from [rt.perl.org#123213](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=123213) (status was 'resolved')
Searchable as RT123213$
p5pRT updated
9 years ago
-
Hello,
I am looking for a very fast lightweight cpu template engine,
could you tell me if you have any comparison benchmark as far as the other template engine here below are concerned with xlate perf…
-
```
so, given http://api.metacpan.org/module/Text::Xslate
one thing that might be nice is pulling out just a single element in that JSON object
if, say, http://api.metacpan.org/module/Text::Xslate/…
-
A template like this:
```
Foo
[% WRAPPER 'foo.tt' %]
Baz
[% END %]
Bar
```
Does not render "Foo" and "Bar" strings and actually produces these warnings:
```
Xslate: Useless use of text 'Foo' at /us…
-
Interesting to note that the code changes that triggered the build had not touched the **cpanfile** and getpan has worked well prior to this. We always do a clean build (workspace scrubbed prior to c…
-
I'm converting a giant site from TT to Xslate (trying out both TTerse and Kolon to see which the team will be willing to stick with).
I know that variable assignment in templates is frowned upon, but…
-
On https://metacpan.org/release/GFUJI/Data-MessagePack-0.48 I clicked on Reverse dependencies and arrived here: https://metacpan.org/requires/distribution/Data-MessagePack?sort=[[2,1]]
The page said …
andk updated
10 years ago
-
Here: https://github.com/duckduckgo/p5-app-duckpan/issues/65
App::Duckpan has this in its generated Makefile.PL:
``` perl
"Term::UI" => "0.30",
"Text::Xslate" => "v3.0.0",
"URI" => "1.60…
-
Being able to INSERT a file without it being evaluated as a template makes a lot of sense in certain situations. Especially when converting a giant TT site to Xslate. :)
```
[% INSERT 'some/file.tx…
-
[% if settings.environment == "development" %]
Was working in Dancer1, not anymore.