Expand template text with embedded Perl
This is a library for generating form letters, building HTML pages, or
filling in templates generally. A `template' is a piece of text that
has little Perl programs embedded in it here and there. When you `fill
in' a template, you evaluate the little programs and replace them with
their values.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-Text-Template && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Text-Template-1.46.tar.gz | 0000043952 42.9 KB | |
perl-Text-Template.changes | 0000001565 1.53 KB | |
perl-Text-Template.spec | 0000002280 2.23 KB |
Revision 12 (latest revision is 27)
Stephan Kulow (coolo)
accepted
request 177798
from
Stephan Kulow (coolo)
(revision 12)
- license update: GPL-2.0+ or ClArtistic The license choice is for GPL-2.0+ or the Clarified Artistic License (ClArtistic on spdx.org/licenses/ClArtistic) - updated to 1.46 Thanks to Rik Signes, there is a new Text::Template->append_text_to_output method, which Text::Template always uses whenever it wants to emit output. You can subclass this to get control over the output, for example for postprocessing. A spurious warning is no longer emitted when the TYPE parameter to ->new is omitted.
Comments 0