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

Changelog

libhttp-tiny-perl (0.013-1) unstable; urgency=low
  * New upstream release  * Add myself to uploaders  * Upped Standards-Version to 3.9.2 (no changes required) -- Chris Butler <email address hidden>  Tue, 26 Jul 2011 18:00:16 +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 Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.013-1.dsc 2.0 KiB 2e69b9c87f9dead4b901c40ab0fd5164a616bd77ff22dc0ec1069659d6c94ebe
libhttp-tiny-perl_0.013.orig.tar.gz 31.8 KiB 5eb3c4966685e156f126fbc03ff9d52090a230ecafe87dcc33bcfc3d2ad8d76a
libhttp-tiny-perl_0.013-1.debian.tar.gz 2.0 KiB 3cc05104ccb45fe994a91e321394a7f500c5300052310d780f9555b546fa60f6

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.