1Jemplate::Directive(3)User Contributed Perl DocumentationJemplate::Directive(3)
2
3
4
6 Jemplate::Directive - Jemplate Code Generating Backend
7
9 use Jemplate::Directive;
10
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
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
25 Ingy dA~Xt Net <ingy@cpan.org>
26
28 Copyright (c) 2006-2008. Ingy dA~Xt 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.12.0 2008-03-29 Jemplate::Directive(3)