File: control

package info (click to toggle)
libhttp-body-perl 1.22-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 544 kB
  • sloc: perl: 831; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download | duplicates (2)
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
33
34
35
36
37
38
39
Source: libhttp-body-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Rene Mayorga <rmayorga@debian.org>,
 Brian Cassidy <brian.cassidy@gmail.com>,
 Iñigo Tejedor Arrondo <poisonbit@gmail.com>,
 Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
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://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-body-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhttp-body-perl.git
Testsuite: autopkgtest-pkg-perl
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.