1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libplack-middleware-removeredundantbody-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libhttp-message-perl,
libplack-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-removeredundantbody-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-removeredundantbody-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-RemoveRedundantBody
Package: libplack-middleware-removeredundantbody-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libplack-perl
Description: Plack::Middleware which removes an unnecessary HTTP response body
Plack::Middleware::RemoveRedundantBody is in some ways the opposite of
Plack::Middleware::FixMissingBodyInRedirect: it removes the body from HTTP
responses that do not require one.
|