summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny/DESCR
diff options
context:
space:
mode:
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.