libhttp-entity-parser-perl 0.22-1 source package in Ubuntu

Changelog

libhttp-entity-parser-perl (0.22-1) unstable; urgency=medium

  * Import upstream version 0.22.
  * Update years of packaging copyright.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.

 -- gregor herrmann <email address hidden>  Sun, 24 Nov 2019 17:45:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-entity-parser-perl_0.22-1.dsc 2.7 KiB 0c8789f56e09115be2bc02a716496af67dca2a39d90b01ae01a8c71f61de9deb
libhttp-entity-parser-perl_0.22.orig.tar.gz 23.3 KiB 93fe1cf2a2b4e6834bf0c1abd0d3bf28c614e8582ff10e6e0426f46a81eed6c8
libhttp-entity-parser-perl_0.22-1.debian.tar.xz 2.0 KiB acb8294848827a3cf7205198988b6c6b52e7174b60d27bd2b85c2f74f22c0481

Available diffs

No changes file available.

Binary packages built by this source

libhttp-entity-parser-perl: PSGI compliant HTTP Entity Parser

 HTTP::Entity::Parser is a PSGI-compliant HTTP Entity parser. This module also
 is compatible with HTTP::Body. Unlike HTTP::Body, HTTP::Entity::Parser reads
 HTTP entities from PSGI's environment $env->{'psgi.input'} and parses it.
 This module supports application/x-www-form-urlencoded, multipart/form-data
 and application/json.