liblwp-protocol-https-perl 6.04-1 source package in Ubuntu

Changelog

liblwp-protocol-https-perl (6.04-1) unstable; urgency=low


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

  [ Florian Schlichting ]
  * Imported Upstream version 6.04.
  * Fixed typos in extended description (closes: #660778).
  * Droppd README.Debian, support for ca-certificates was added long ago.
  * Refreshed cert.patch (offset).
  * Bumped Standards-Version to 3.9.4 (update to copyright-format 1.0).
  * Added myself to uploaders and copyright.

 -- Florian Schlichting <email address hidden>  Sat, 25 May 2013 21:35:50 +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

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
liblwp-protocol-https-perl_6.04-1.dsc 2.2 KiB af22586bc00ced148a2f44124685e07a195f1f9fefb1454863d3006ef487b9db
liblwp-protocol-https-perl_6.04.orig.tar.gz 3.9 KiB 1ef67750ee363525cf729b59afde805ac4dc80eaf8d36ca01082a4d78a7af629
liblwp-protocol-https-perl_6.04-1.debian.tar.gz 2.9 KiB 394b3efebbb803495ff8833fa3a18c53453b753d40f99e62c00b13d62ac8357d

Available diffs

No changes file available.

Binary packages built by this source

liblwp-protocol-https-perl: HTTPS driver for LWP::UserAgent

 The LWP::Protocol::https module provides support for using HTTPS schemed URLs
 with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so
 you don't use it directly. Once the module is installed LWP is able to access
 sites using HTTP over SSL/TLS.
 .
 If hostname verification is requested by LWP::UserAgent's ssl_opts, and
 neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be
 the one provided by ca-certificates.
 .
 This module used to be bundled with libwww-perl, but it was unbundled in
 v6.02 in order to be able to declare its dependencies properly for the CPAN
 tool-chain. Applications that need HTTPS support can just declare their
 dependency on LWP::Protocol::https and will no longer need to know what
 underlying modules to install.