The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jemplate::Directive - Jemplate Code Generating Backend

SYNOPSIS

    use Jemplate::Directive;

DESCRIPTION

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

BUGS

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

AUTHOR

Ingy döt Net <ingy@cpan.org>

COPYRIGHT

Copyright (c) 2006-2008. Ingy döt Net. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

1 POD Error

The following errors were encountered while parsing the POD:

Around line 744:

Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8