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
|
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 (= 13)
Build-Depends-Indep: libhttp-message-perl <!nocheck>,
libpath-class-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libwww-perl <!nocheck>,
perl
Standards-Version: 4.7.2
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
Rules-Requires-Root: no
Package: libhttp-body-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libhttp-message-perl,
libpath-class-perl,
libwww-perl
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.
|