Changes for version v0.9.0 - 2025-07-29
- fixes
- fixed incorrect element access is DESTROY method
- improvements
- cleanup() method added to Template::Plex to prevent memory leaks do to complex relationship with variables and aliasing.
- removed redundant variables
- template now tracks the cache it is stored in (if any) to aid in removal when cleanup() is called.
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