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

Changelog

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



  * Team upload

  * Imported Upstream version 0.037
  * drop trailing slash from metacpan URLs
  * claim conformance with Policy 3.9.5

 -- Damyan Ivanov <email address hidden>  Sat, 09 Nov 2013 21:06:33 +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.037-1.dsc 2.1 KiB 6a14e74b7846e341963bb588a6f5f05a1246252d9ade814a23ed0cdc16d1cfd0
libhttp-tiny-perl_0.037.orig.tar.gz 49.6 KiB ecd347c935d39d5aea8b9623d433859dae2a0430a922adbbff3daf58fd226b40
libhttp-tiny-perl_0.037-1.debian.tar.gz 2.4 KiB 51f077347b1e9e4fdc55978a7edba48c1b1d1469daa4c3aa6cc3239a7134b6ea

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.