summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny/DESCR
diff options
context:
space:
mode:
authorsno <sno>2010-01-16 16:13:12 +0000
committersno <sno>2010-01-16 16:13:12 +0000
commitec93bce62d31785e94bf8f627332386ab56481c5 (patch)
tree2f91a77ae89ef2f4018edfda9cd9232e7faa464c /textproc/p5-Template-Tiny/DESCR
parent3fecc184c3f27e077b07914fc3f758c74668a02d (diff)
downloadpkgsrc-ec93bce62d31785e94bf8f627332386ab56481c5.tar.gz
Importing textproc/p5-Template-Tiny 0.09 as dependency of scheduled Padre
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.
Diffstat (limited to 'textproc/p5-Template-Tiny/DESCR')
-rw-r--r--textproc/p5-Template-Tiny/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/p5-Template-Tiny/DESCR b/textproc/p5-Template-Tiny/DESCR
new file mode 100644
index 00000000000..017b8abbdf7
--- /dev/null
+++ b/textproc/p5-Template-Tiny/DESCR
@@ -0,0 +1,13 @@
+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.