Changes from previous:
1.12 Fri 17 Jun 2011
- Template::Tiny is unchanged for a year, moving to stable release
- Cleaning up POD grammar a bit (ADAMK)
- Removing test dependency on Capture::Tiny for tiny purity (ADAMK)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
0.10 Sun 24 Jan 2010
- The use of the constructor is now compulsory, as per Template.pm
- Adding support for constructor params
- Adding support for constructor TRIM param
- The process method now works in both static and instance modes
import.
Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit, in as few lines of code as possible.
It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.
It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.
Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.