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

Changelog

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

  * Import upstream version 0.082.
  * Update years of packaging copyright.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Drop unneeded version constraints and alternatives from (build)
    dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 28 Jul 2022 01:33:12 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.082-1.dsc 2.4 KiB 5697ac42b159f74a83cc4caa2575c865cddf98eff68770422aa85d76ef451c5c
libhttp-tiny-perl_0.082.orig.tar.gz 72.9 KiB 54e9e4a559a92cbb90e3f19c8a88ff067ec2f68fbe39bbb694ee70828cd5f4b8
libhttp-tiny-perl_0.082-1.debian.tar.xz 4.3 KiB daf5aa824a7eb33a45e1b3414433e1d294ed286603846cf0337208551d654548

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.