File: control

package info (click to toggle)
libplack-middleware-fixmissingbodyinredirect-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 77; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,231 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
Source: libplack-middleware-fixmissingbodyinredirect-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhtml-parser-perl,
                     libhttp-message-perl,
                     libplack-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-fixmissingbodyinredirect-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-fixmissingbodyinredirect-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-FixMissingBodyInRedirect
Testsuite: autopkgtest-pkg-perl

Package: libplack-middleware-fixmissingbodyinredirect-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl,
         libplack-perl
Description: Plack::Middleware which ensures redirect response have a body
 Plack::Middleware::FixMissingBodyInRedirect sets a minimal body for
 redirect responses, in cases where one has not already been set. This can
 be useful e.g. when a user has turned auto-redirect off.