libhttp-message-perl 6.37-1 source package in Ubuntu

Changelog

libhttp-message-perl (6.37-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.37.
  * Add new test dependency: libtest-needs-perl.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Tue, 21 Jun 2022 21:25:05 +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
Kinetic release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.37-1.dsc 2.6 KiB 0a0c64a775b229119420af3843fdf01b2408feb7cf29561ffcb61042df152d62
libhttp-message-perl_6.37.orig.tar.gz 88.8 KiB 0e59da0a85e248831327ebfba66796314cb69f1bfeeff7a9da44ad766d07d802
libhttp-message-perl_6.37-1.debian.tar.xz 3.4 KiB cd5c84cffb77c020ef2349a2655b955f24390d4785dd7c51c8f9785c0f46f60f

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.