Source: libtext-template-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers  <packaging@list.openkylin.top>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-more-utf8-perl <!nocheck>,
                     libtest-warnings-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libtext-template-perl
Vcs-Git: https://gitee.com/openkylin/libtext-template-perl.git
Homepage: https://metacpan.org/release/Text-Template
Rules-Requires-Root: no

Package: libtext-template-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: 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.

