File: control

package info (click to toggle)
libtext-micromason-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 588 kB
  • sloc: perl: 3,235; makefile: 23
file content (31 lines) | stat: -rw-r--r-- 1,390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: libtext-micromason-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
                     libclass-mixinfactory-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libtest-warn-perl <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-micromason-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-micromason-perl.git
Homepage: https://metacpan.org/release/Text-MicroMason

Package: libtext-micromason-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-mixinfactory-perl
Suggests: libhtml-parser-perl,
          liburi-perl
Description: simple and extensible templating module
 Text::MicroMason interpolates blocks of Perl code embedded into text strings.
 Each MicroMason object acts as a "template compiler" which converts templates
 from text-with-embedded-code formats into ready-to-execute Perl subroutines.
 If you want to use the Text::Template compatibility mode, you will also need
 to install Text::Balanced.