File: control

package info (click to toggle)
libhttp-message-perl 7.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: perl: 3,187; makefile: 8
file content (58 lines) | stat: -rw-r--r-- 1,960 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: libhttp-message-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Xavier Guimard <yadd@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libclone-perl <!nocheck>,
 libcompress-raw-bzip2-perl <!nocheck>,
 libcompress-raw-zlib-perl <!nocheck>,
 libencode-locale-perl <!nocheck>,
 libencode-perl <!nocheck>,
 libhttp-date-perl <!nocheck>,
 libio-compress-brotli-perl <!nocheck>,
 libio-html-perl <!nocheck>,
 liblwp-mediatypes-perl <!nocheck>,
 libtest-needs-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 liburi-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-message-perl.git
Homepage: https://metacpan.org/release/HTTP-Message

Package: libhttp-message-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libclone-perl,
 libcompress-raw-bzip2-perl,
 libcompress-raw-zlib-perl,
 libencode-locale-perl,
 libencode-perl,
 libhttp-date-perl,
 libio-html-perl,
 liblwp-mediatypes-perl,
 liburi-perl,
Recommends:
 libio-compress-brotli-perl,
Breaks:
 libhtml-form-perl (<< 6.11-2~),
Description: perl interface to HTTP style messages
 The HTTP::Message distribution contains classes useful for representing the
 messages passed in HTTP style communication. These are classes representing
 requests, responses and the headers contained within them.
 .
 The HTTP::Headers class encapsulates HTTP-style message headers. The headers
 consist of attribute-value pairs also called fields, which may be repeated,
 and which are printed in a particular order. The field names are cases
 insensitive.
 .
 Instances of this class are usually created as member variables of the
 HTTP::Request and HTTP::Response classes, internal to the library.