libtext-template-perl 1.61-1 source package in Ubuntu
Changelog
libtext-template-perl (1.61-1) unstable; urgency=medium * Import upstream version 1.61. * Update years of packaging copyright. -- gregor herrmann <email address hidden> Sun, 08 May 2022 16:23:28 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl | |
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtext-template-perl_1.61-1.dsc | 2.4 KiB | a6a47b5a957e44065ff50b5f53bf6d635f67222c4ea5f854d0e2ecab36945a19 |
libtext-template-perl_1.61.orig.tar.gz | 49.2 KiB | a295ea7d1ef241ae2640c1f7864b628f8e6f99ec14fb1da781b2f5f2168dcf09 |
libtext-template-perl_1.61-1.debian.tar.xz | 3.6 KiB | a3c2f2960ec15d3065947d8f7aab8399fb6bb0ad2bfb64c8d89b7d3251749071 |
Available diffs
- diff from 1.60-1 to 1.61-1 (4.3 KiB)
No changes file available.
Binary packages built by this source
- libtext-template-perl: perl module to process text templates
Text::Template 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.