Changes for version v0.5.0
- new features
- added append_slot
- added prepend_slot
- "cheat comments", which allows line starting with a perl comment to be ignored. "use_comments" must be sepecified in options hash to enable
- changes
- Now using Error::Show for error context instead of internal code
- Improved diagnostics with unmatched "{" or "[" in template.
- pod
- Improved Error and Logging section with a new example
- Documented new features
- Added information about line error numbers in regards to block_fix and include
- other
- Reformated Changes file
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/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