File: control

package info (click to toggle)
libhttp-body-perl 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 524 kB
  • ctags: 59
  • sloc: perl: 825; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,219 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
27
28
29
30
31
32
33
34
35
36
37
38
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.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-body-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.