libhttp-tiny-perl 0.039-1 source package in Ubuntu
Changelog
libhttp-tiny-perl (0.039-1) unstable; urgency=medium * New upstream release. -- gregor herrmann <email address hidden> Fri, 27 Dec 2013 22:23:03 +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 | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-tiny-perl_0.039-1.dsc | 2.1 KiB | fc859326e40b632100b3de4a55abfaace5d36e93f701836c7faf5edd412c085a |
libhttp-tiny-perl_0.039.orig.tar.gz | 50.0 KiB | 22e559dee68173e2e07158e958d884dfc4cc7618aeea5b9c440e9b3e380778e1 |
libhttp-tiny-perl_0.039-1.debian.tar.gz | 2.4 KiB | e13e4b2057ed59aed3b4d79c3597cb115c3ccf2b01e54195bb8ab9c1618623b4 |
Available diffs
- diff from 0.037-1 to 0.039-1 (3.7 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.