NAME
Lemplate::Directive - Lemplate Code Generating Backend
SYNOPSIS
use Lemplate::Directive;
DESCRIPTION
Lemplate::Directive is the analog to Template::Directive, which is the module that produces that actual code that templates turn into. The Lemplate version obviously produces Lua 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 Lemplate::Directive gets control. So it currently has heuristical code to rejigger Perl code snippets into Lua. 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) 2016. Yichun Zhang (agentzh). All rights reserved.
Copyright (c) 2006-2014. 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.