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
|
Source: libhttp-headers-actionpack-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
debhelper (>= 10~),
dh-buildinfo,
libhttp-date-perl,
libhttp-message-perl,
libmodule-runtime-perl,
libsub-exporter-perl,
liburi-perl,
libtest-fatal-perl,
libtest-warnings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-headers-actionpack-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-headers-actionpack-perl
Homepage: https://metacpan.org/pod/HTTP::Headers::ActionPack
Testsuite: autopkgtest-pkg-perl
Package: libhttp-headers-actionpack-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Description: HTTP Action, Adventure and Excitement
HTTP::Headers::ActionPack is a module to handle the inflation and
deflation of complex HTTP header types. In many cases header values are
simple strings, but in some cases they are complex values with a lot of
information encoded in them. The goal of this module is to make the
parsing and analysis of these headers as easy as calling inflate on a
compatible object.
|