[ 源代码: libtext-microtemplate-perl ]
软件包:libtext-microtemplate-perl(0.24-1)
libtext-microtemplate-perl 的相关链接
Debian 的资源:
下载源码包 libtext-microtemplate-perl:
- [libtext-microtemplate-perl_0.24-1.dsc]
- [libtext-microtemplate-perl_0.24.orig.tar.gz]
- [libtext-microtemplate-perl_0.24-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Micro template engine with Perl5 language
Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine with following features.
standalone Text::MicroTemplate does not rely on other CPAN modules.
fast Based on Mojo::Template, expressions in the template is perl code.
intelligent Text::MicroTemplate automatically escapes variables when and only when necessary.
extensible Text::MicroTemplate does not provide features like template cache or including other files by itself. However, it is easy to add you own (that suites the most to your application), by wrapping the result of the module (which is a perl expression).
The module only provides basic building blocks for a template engine. Refer to Text::MicroTemplate::File for higher-level interface.