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 32
|
Source: libhttp-body-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
IƱigo Tejedor Arrondo <poisonbit@gmail.com>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libhttp-message-perl,
libpath-class-perl,
libtest-deep-perl,
libwww-perl,
libyaml-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-body-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-body-perl.git
Homepage: https://metacpan.org/release/HTTP-Body
Package: libhttp-body-perl
Architecture: all
Depends: libhttp-message-perl,
libpath-class-perl,
libwww-perl,
libyaml-perl,
${misc:Depends},
${perl:Depends}
Description: module for processing data from HTTP POST requests
HTTP::Body is a Perl module for processing data from HTTP POST requests. It
supports application/x-www-form-urlencoded, application/octet-stream, and
multipart/form-data.
|