libnet-https-nb-perl 0.14-1 source package in Ubuntu

Changelog

libnet-https-nb-perl (0.14-1) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Florian Schlichting ]
  * Add debian/upstream/metadata
  * Import upstream version 0.14
  * Bump copyright years
  * Bump dh compat to level 9
  * Declare compliance with Debian Policy 3.9.6
  * Mark package autopkgtest-able

 -- Florian Schlichting <email address hidden>  Thu, 15 Oct 2015 23:21:34 +0200

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-https-nb-perl_0.14-1.dsc 2.1 KiB 8c2133ac1b723fb563c71677eb988a48c9ba0b3beb12017a15ba88e8ba7ee04a
libnet-https-nb-perl_0.14.orig.tar.gz 5.6 KiB e8bb756680e72f783091b835c3fff9fccf324d56c50bd7d159e4b7842de69336
libnet-https-nb-perl_0.14-1.debian.tar.xz 2.0 KiB cfbcfd9949987e64db4b05c6fd03f97bdec51d3080e4ecdf46837b1602eb4733

Available diffs

No changes file available.

Binary packages built by this source

libnet-https-nb-perl: low-level non-blocking HTTPS client

 Net::HTTPS::NB provides a non-blocking HTTPS client. It has the same
 interface as Net::HTTPS and Net::HTTP, but it will never try multiple
 reads when the read_response_headers() or read_entity_body() methods are
 invoked. If read_response_headers() did not see enough data to complete
 the headers an empty list is returned. If read_entity_body() did not see
 new entity data in its read the value -1 is returned.