libhttp-tiny-perl 0.082-2 source package in Ubuntu
Changelog
libhttp-tiny-perl (0.082-2) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libhttp-tiny-perl: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Sat, 15 Oct 2022 17:37:16 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-tiny-perl_0.082-2.dsc | 2.1 KiB | 6309a6dd01dfd08ea9c60a697912d6cc250ea8e78d072af5817124ad3043ca25 |
libhttp-tiny-perl_0.082.orig.tar.gz | 72.9 KiB | 54e9e4a559a92cbb90e3f19c8a88ff067ec2f68fbe39bbb694ee70828cd5f4b8 |
libhttp-tiny-perl_0.082-2.debian.tar.xz | 4.4 KiB | 19ddb1735976578fb08960fca70be8497c53032f52df3895694fa979fbaa506c |
Available diffs
- diff from 0.082-1 to 0.082-2 (554 bytes)
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.