Merge from vendor branch TNF:
authorsno <sno>
Tue, 15 Nov 2011 12:57:14 +0000 (12:57 +0000)
committersno <sno>
Tue, 15 Nov 2011 12:57:14 +0000 (12:57 +0000)
commit017af2aefbfe705e5511389966bd810a215d8dcb
treeb120fe3b502ace8c20e90974e3403f833820732f
parentf87059d3c3328e67790380cd0aff702a28dc3222
parent7124542d0d01f735664324295f3f618dd5d1b261
Merge from vendor branch TNF:
Importing CPAN module HTTP::Tiny 0.016 into www/p5-HTTP-Tiny to extend
the Perl programming language with a simple http client as dependency of
scheduled import of MetaCPAN::API (dependency of scheduled update of
Git::CPAN::Patch).

This is a very simple HTTP/1.1 client, designed 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.