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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Xavier Guimard ]
  * New upstream release
  * Update debian/copyright years
  * Bump Standards-Version to 4.1.0
  * Remove libio-compress-perl from dependencies
  * Remove libwww-perl (<< 6.00) break
  * Add spelling error patch (reported)
  * debian/rules: remove empty and malformed manpages

  [ gregor herrmann ]
  * Add new build dependency on libtry-tiny-perl.
  * Update debian/upstream/metadata.

 -- Xavier Guimard <email address hidden>  Wed, 13 Sep 2017 22:39:42 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.13-1.dsc 2.3 KiB 2a1378873b9457fe4c20409918b7d73c05f891184a7beded7a39990ff84dd259
libhttp-message-perl_6.13.orig.tar.gz 72.7 KiB f25f38428de851e5661e72f124476494852eb30812358b07f1c3a289f6f5eded
libhttp-message-perl_6.13-1.debian.tar.xz 3.1 KiB 0757e380e0f01b5fce5e36414d3f8ca9909f609f50df09db5dbb2a2bee08908d

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.