libhttp-tiny-perl 0.034-1 source package in Ubuntu
Changelog
libhttp-tiny-perl (0.034-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of upstream copyright. * Update build dependencies and Recommends. * Add /me to Uploaders. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann <email address hidden> Wed, 24 Jul 2013 19:08:42 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-tiny-perl_0.034-1.dsc | 2.1 KiB | 783e8cf56fc4ae6ff5679d62980ea90b652b8e86333d07a50b2d56f01b2e35db |
libhttp-tiny-perl_0.034.orig.tar.gz | 47.7 KiB | da7cf7b6bdf78fe743bc43943a69e254949483746f96948268755d70e7af917c |
libhttp-tiny-perl_0.034-1.debian.tar.gz | 2.3 KiB | ef9e51919275f14fe982940a119ff7b7215bfe572aaca390f91792ae95ec19d0 |
Available diffs
- diff from 0.022-1 to 0.034-1 (18.4 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.