1Jemplate::Directive(3)User Contributed Perl DocumentationJemplate::Directive(3)
2
3
4

NAME

6       Jemplate::Directive - Jemplate Code Generating Backend
7

SYNOPSIS

9           use Jemplate::Directive;
10

DESCRIPTION

12       Jemplate::Directive is the analog to Template::Directive, which is the
13       module that produces that actual code that templates turn into. The
14       Jemplate version obviously produces JavaScript code rather than Perl.
15       Other than that the two modules are almost exactly the same.
16

BUGS

18       Unfortunately, some of the code generation seems to happen before
19       Jemplate::Directive gets control. So it currently has heuristical code
20       to rejigger Perl code snippets into JavaScript. This processing needs
21       to happen upstream once I get more clarity on how Template::Toolkit
22       works.
23

AUTHOR

25       Ingy döt Net <ingy@cpan.org>
26
28       Copyright (c) 2006-2014. Ingy döt Net. All rights reserved.
29
30       This program is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32
33       See <http://www.perl.com/perl/misc/Artistic.html>
34
35
36
37perl v5.36.0                      2022-07-22            Jemplate::Directive(3)
Impressum