Update games/scummvm to version 1.7.0
[dports.git] / textproc / p5-Template-Tiny / pkg-descr
1 Template::Tiny is a reimplementation of a partial subset of the Template
2 Toolkit in as few lines of code as possible.
3
4 It is intended for use in light-usage, low-memory, or low-cpu templating
5 situations, where you may need to upgrade to the full feature set in the
6 future, or if you want the familiarity of TT-style templates.
7
8 It is intended to have fully-compatible template and stash usage, with a
9 limited by similar Perl API.
10
11 Unlike Template Toolkit, Template::Tiny will process templates without a
12 compile phase (but despite this is still quicker, owing to heavy use of
13 the Perl regular expression engine.
14
15 WWW: http://search.cpan.org/dist/Template-Tiny/