File: control

package info (click to toggle)
libstring-tt-perl 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: perl: 1,342; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,264 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: libstring-tt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libtemplate-perl,
                     libpadwalker-perl,
                     libsub-exporter-perl,
                     libtest-exception-perl,
                     libtest-tabledriven-perl,
                     perl | libtest-simple-perl | libtest-use-ok-perl,
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-tt-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-tt-perl.git
Homepage: https://metacpan.org/release/String-TT

Package: libstring-tt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtemplate-perl,
         libpadwalker-perl,
         libsub-exporter-perl
Description: Perl module to use TT to interpolate lexical variables
 String::TT exports a "tt" function, which takes a TT (Template Toolkit)
 template as its argument. It uses the current lexical scope to resolve
 variable references.