-
I have uploaded a minimal test case for this issue here:
http://dl.dropbox.com/u/10190786/encoding.zip
What happens for me is that `test_result_works` is written as a file with proper unicode conten…
-
pre_process_handler is called when I call render method, but isn't called when render_string. Is it spec?
Sample code is following,
``` Perl
my $xslate = Text::Xslate->new(
pre_process_handler …
-
requested feature.
-
I don't like Bridge::TT2Like now.
-
Native localization support should be convenient.
-
I wrote a very simple CGI script using the -T shebang for security reasons, but Text::Xslate doesn't support taint mode:
Insecure dependency in unlink while running with -T switch at lib/i386-linux-t…
ghost updated
11 years ago
-
Basically, I'm trying to run a (not so old) Amon2 app (https://github.com/zakame/BookList-Amon2) on my remote machine (with a near-pristine Perl 5.18.1 on plenv, Carton and its deps being the only oth…
-
uri_with()でURIエンコードがうまくいかないケースがある
原因はよくわかりませんでした
```
$ amon2-setup.pl MyApp && cd MyApp
$ carton install
### tmpl/index.tt に記述して http://localhost:5000/?q=%E3%81%82 へアクセス(q=あ)
# uri_with(): [% uri_w…
-
Given that `$operation.nickname = "SomeNick"`, then
``` perl
```
incorrectly yields `_example`, whereas:
``` perl
: my $nick = $operation.nickname;
```
correctly yields `SomeNick_example`
the …
-
Hi, this is a question (probably it helps to improve the documentation): how can I setup a layout template so all my other templates inhereits the layout definition?.