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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team.
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 6.11.
    Fixes "HTTP::Message manpage: typo "promise" -> "promises""
    (Closes: #749690)
  * debian/copyright: update Upstream-Contact and upstream copyright
    years.
  * Bump debhelper compatibility level to 9.
  * Extend long description a bit.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 17:18:58 +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
Xenial release main perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-message-perl_6.11-1.dsc 2.3 KiB 32624036d819f2ad4c1690238c957d83b2b53ccfba2535dc546ede9c1e1a0fd3
libhttp-message-perl_6.11.orig.tar.gz 58.6 KiB e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b
libhttp-message-perl_6.11-1.debian.tar.xz 2.6 KiB 822f520e8c1b8a737df357c1421468ef9c7016e2b1a08cf59a775ad9c1badf4e

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.