| Name: | perl-Text-Template |
|---|---|
| Version: | 1.61 |
| Release: | 8.el10 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 114952 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Text-Template-1.61-8.el10.noarch.rpm |
| Source RPM: | perl-Text-Template-1.61-8.el10.src.rpm |
| Build Date: | Tue Jan 28 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Text-Template |
| Summary: | Expand template text with embedded Perl |
| Description: | 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. |