libhttp-tiny-perl 0.080-1 source package in Ubuntu
Changelog
libhttp-tiny-perl (0.080-1) unstable; urgency=medium * Team upload [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Submit. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). * Update standards version to 4.2.1, no changes needed. [ Florian Schlichting ] * Import upstream version 0.080 (closes: #910039) * Refresh tests-internet.patch * Update copyright years * Bump dh compat to level 13 * Add Rules-Requires-Root: no * Declare compliance with Debian Policy 4.6.0 -- Florian Schlichting <email address hidden> Sun, 28 Nov 2021 17:23:35 +0800
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 | |
---|---|---|---|---|
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-tiny-perl_0.080-1.dsc | 2.1 KiB | fdd27c73134db9d191753875701cbd16c8a71865f97872b60755363ee2da348e |
libhttp-tiny-perl_0.080.orig.tar.gz | 72.5 KiB | 243c6d566aa8f160fa1c6b0b92e5752356136b341ffffdd3ec07b23b745fde15 |
libhttp-tiny-perl_0.080-1.debian.tar.xz | 4.3 KiB | e7137c5aeae13326ce01ca46bfb0272db76c036779aac8d94f04279d0a8615e0 |
Available diffs
- diff from 0.076-1 to 0.080-1 (15.0 KiB)
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.