Jemplate::Directive - Jemplate Code Generating Backend


Jemplate documentation  | view source Contained in the Jemplate distribution.

Index


NAME

Top

Jemplate::Directive - Jemplate Code Generating Backend

SYNOPSIS

Top

    use Jemplate::Directive;

DESCRIPTION

Top

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

Top

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

Top

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

COPYRIGHT

Top


Jemplate documentation  | view source Contained in the Jemplate distribution.