libhttp-lite-perl 2.42-1 source package in Ubuntu

Changelog

libhttp-lite-perl (2.42-1) unstable; urgency=low


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * debian/watch: add uversionmangle in case upstream goes back to
    single-digit minor versions.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <email address hidden>  Tue, 22 Oct 2013 19:29:30 +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
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhttp-lite-perl_2.42-1.dsc 2.0 KiB 9c2fcd023898ee24af11363e740abf5d8985d5fe473c5ce30fee2aa4c58e6067
libhttp-lite-perl_2.42.orig.tar.gz 299.0 KiB 82f5cb757a5159fbee9258743e08f11dfd305babf6c39f951c5cae2a1563bd42
libhttp-lite-perl_2.42-1.debian.tar.gz 2.1 KiB cde14340440e6c339120ae0ad8d3deaf35b12a57d9ca13b431078b6c66c051ad

Available diffs

No changes file available.

Binary packages built by this source

libhttp-lite-perl: lightweight HTTP implementation for perl

 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
 for perl. It is not intended as a replacement for the
 fully-features LWP module. Instead, it is intended for use in
 situations where it is desirable to install the minimal number of
 modules to achieve HTTP support, or where LWP is not a good
 candidate due to CPU overhead, such as slower processors.
 HTTP::Lite is also significantly faster than LWP
 .
 HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling
 for redistribution with larger packages where only HTTP GET and
 POST functionality are necessary.
 .
 HTTP::Lite supports basic POST and GET operations only. As of
 0.2.1, HTTP::Lite supports HTTP/1.1 and is compliant with the Host
 header, necessary for name based virtual hosting. Additionally,
 HTTP::Lite now supports Proxies.
 .
 As of 2.0.0 HTTP::Lite now supports a callback to allow processing
 of request data as it arrives. This is useful for handling very
 large files without consuming memory.