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

Changelog

libhttp-tiny-perl (0.036-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Sat, 05 Oct 2013 17:24:07 +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

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.036-1.dsc 2.1 KiB a903d9369adaee42a6d503d85bd5e723770ed956e8fcf16ab2f87e867174a8d1
libhttp-tiny-perl_0.036.orig.tar.gz 48.3 KiB 01308e3b9b4e47a74996df5cdec81a831f5d182f2fcc04237f3b99b5541fe39f
libhttp-tiny-perl_0.036-1.debian.tar.gz 2.3 KiB 8186940c58b2bfbbce31d3cc2410ea6c6ffe76ae74983c3f1a142095f9653b43

Available diffs

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.