Merge from vendor branch TNF:
authorsno <sno>
Sat, 16 Jan 2010 16:13:12 +0000 (16:13 +0000)
committersno <sno>
Sat, 16 Jan 2010 16:13:12 +0000 (16:13 +0000)
commit9f067b40563400164e6ed819ec6ef5e9b73ecfd9
tree3cd1aa7e211083c089d97aa735414a9ae34f7564
parent544fb81670ace1492b6ea311347f5a076d3c5bb3
parent2c60fa6c6532de641d1ee51ccece99959995ad2a
Merge from vendor branch TNF:
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.