libhttp-message-perl 6.44-2 source package in Ubuntu

Changelog

libhttp-message-perl (6.44-2) unstable; urgency=medium

  * Team upload.
  * Add libio-compress-brotli-perl to Build-Depends-Indep and Recommends.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Fri, 16 Jun 2023 00:04:36 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.44-2.dsc 2.7 KiB 4e23ce54c0a8fff6860d27d28635804cb91377f772838625f68386a67641f602
libhttp-message-perl_6.44.orig.tar.gz 92.7 KiB 398b647bf45aa972f432ec0111f6617742ba32fc773c6612d21f64ab4eacbca1
libhttp-message-perl_6.44-2.debian.tar.xz 3.6 KiB d174cad284c24ecbcf7344346b869acfa17c5753108855dcc936d23d357492e3

Available diffs

No changes file available.

Binary packages built by this source

libhttp-message-perl: 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.