File: control

package info (click to toggle)
libmason-plugin-htmlfilters-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 87; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,117 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
Source: libmason-plugin-htmlfilters-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhtml-fillinform-perl,
 libmason-perl,
 libtest-class-most-perl,
 perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmason-plugin-htmlfilters-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmason-plugin-htmlfilters-perl.git
Homepage: https://metacpan.org/release/Mason-Plugin-HTMLFilters
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libmason-plugin-htmlfilters-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libhtml-fillinform-perl,
 libmason-perl
Description: HTML generation filter plugin for Mason
 Mason::Plugin::HTMLFilters provides handy filters for the HTML generated
 by the Mason web templating framework.
 .
 Currently, filter functions include basic and comprehensive HTML
 escaping, URI escaping and paragraph formatting.