libpoe-filter-http-parser-perl 1.08-1 source package in Ubuntu

Changelog

libpoe-filter-http-parser-perl (1.08-1) unstable; urgency=low

  * Team upload.

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata
  * Import upstream version 1.08
  * Update years of upstream copyright
  * Update Debian packaging copyright
  * Fix d/control. Thanks for cme.
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.7

 -- Lucas Kanashiro <email address hidden>  Sun, 14 Feb 2016 22:54:15 -0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpoe-filter-http-parser-perl_1.08-1.dsc 2.5 KiB 77416df3946ddb9ffd7ad2400e5d711980e70af06db01f4352dd15d1d9487ae6
libpoe-filter-http-parser-perl_1.08.orig.tar.gz 15.5 KiB e42d68ba3399ba9a54be5d61cf1296e44a1b9072352931a96cf03e8d947810af
libpoe-filter-http-parser-perl_1.08-1.debian.tar.xz 2.5 KiB a2cdd01013c1b74498d3ece574c2300e5388f8137066b47d965c019884967ae3

Available diffs

No changes file available.

Binary packages built by this source

libpoe-filter-http-parser-perl: POE filter for HTTP clients or servers

 POE::Filter::HTTP::Parser is a filter for the Perl Object Environment (POE)
 system based on HTTP::Parser. It can be used to easily create POE-based HTTP
 servers or clients.
 .
 With the type set to client, which is the default behaviour, 'get' will parse
 HTTP::Response objects from HTTP streams and 'put' will accept HTTP::Request
 objects and convert them to HTTP streams.
 .
 For servers, the reverse will happen; 'get' will parse HTTP::Request objects
 from HTTP streams and 'put' will accept HTTP::Response objects and convert
 them to HTTP streams. If there is an error parsing the request, this filter
 will generate a HTTP::Response object instead, encapsulating an error message
 suitable for simply sending back to the requesting client.