Changes for version v0.7.1 - 2024-04-23
- fixes
- { and } characters are now replaced with Perl escape equivalents \{ and \} for better code generation support (ie C, Perl, Javascript etc that use {} as block delimieters)
- Extra test for reference types in slot rendering
- use file_name_is_absolute for path testing instead of regex
- new features
- Add parent shortcut in templates
- If a template is not inherited, slot references are to the template, not the parent
Modules
(P)erl (L)exical and (EX)tendable Templating
Provides
in lib/Template/Plex/Internal.pm
Examples
- examples/examples.pl
- examples/experiment.pl
- examples/external.plex
- examples/header.plex
- examples/html.pl
- examples/html.plex
- examples/javascript.pl
- examples/parent.plex
- examples/recursive-2.plex
- examples/recursive-3.plex
- examples/recursive-top.plex
- examples/recursive.pl
- examples/synopsis.pl
- examples/synopsis_syntax_error.pl