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

Changelog

libhttp-tiny-perl (0.056-1) unstable; urgency=medium

  * Team upload
  * Import upstream version 0.056
    Closes: #788267 -- uninstallable with perl 5.22
  * bump year of upstream copyright
  * add corpus/ to test-files
  * follow CONTRIBUTING -> CONTRIBUTING.mkdn rename in .docs

 -- Damyan Ivanov <email address hidden>  Fri, 12 Jun 2015 11:19:14 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.056-1.dsc 2.2 KiB 679ca0d405ab60a296b4694032b999f74c5cc3e141e8ce0e81312963c046c376
libhttp-tiny-perl_0.056.orig.tar.gz 61.7 KiB 208d5e9013479f7e235bf002cecc8e4704d10b7b64953f302b49fcbf5252d299
libhttp-tiny-perl_0.056-1.debian.tar.xz 3.6 KiB 8d087370d90c22ab97183bfdfb9cf121579cba6e3a5d7b5eb8a36dfc8541fa54

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.