libhttp-tiny-perl 0.076-1 source package in Ubuntu

Changelog

libhttp-tiny-perl (0.076-1) unstable; urgency=medium

  * Import upstream version 0.076.

 -- gregor herrmann <email address hidden>  Thu, 09 Aug 2018 03:56:15 +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
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.076-1.dsc 2.2 KiB 41f1401fe76917c4784c043073a84ea95e67d53abd556b3d5714e858325ed38d
libhttp-tiny-perl_0.076.orig.tar.gz 68.5 KiB ddbdaa2fb511339fa621a80021bf1b9733fddafc4fe0245f26c8b92171ef9387
libhttp-tiny-perl_0.076-1.debian.tar.xz 4.0 KiB b90a5b87f981e6b1f88142eb6677d58a54a30f022f777f34a5de34a71a491691

Available diffs

No changes file available.

Binary packages built by this source

libhttp-tiny-perl: Perl module that implements a small, simple, correct HTTP/1.1 client

 HTTP::Tiny is a very simple HTTP/1.1 client, designed primarily for doing
 simple GET requests without the overhead of a large framework like
 LWP::UserAgent.
 .
 It is more correct and more complete than HTTP::Lite. It supports proxies
 (currently only non-authenticating ones) and redirection. It also correctly
 resumes after EINTR.