File: control

package info (click to toggle)
libtemplate-plugin-stash-perl 1.006-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 22; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 938 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
Source: libtemplate-plugin-stash-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Robin Sheat <robin@catalyst.net.nz>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtemplate-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-stash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-plugin-stash-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Stash
Testsuite: autopkgtest-pkg-perl

Package: libtemplate-plugin-stash-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libtemplate-perl
Description: Template::Toolkit plugin that exposes the template's stash
 Template::Plugin::Stash provides an easy way to access the stash that was
 supplied to your template, making it more convenient to dump it out for
 debugging.