libhttp-exception-perl 0.04006-2 source package in Ubuntu

Changelog

libhttp-exception-perl (0.04006-2) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!
  * Add Testsuite declaration for autopkgtest-pkg-perl.

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add myself to Uploaders

 -- Niko Tyni <email address hidden>  Sat, 24 Feb 2018 14:29:02 +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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-exception-perl_0.04006-2.dsc 2.2 KiB c032f0ebad2c30f349aff474e0227b3855bc4e7f7eda67bf57789df72fa9a588
libhttp-exception-perl_0.04006.orig.tar.gz 24.4 KiB 6278de96ef9158927e07e21205875916a91d9c9e27c1cbd16444b98352b292d3
libhttp-exception-perl_0.04006-2.debian.tar.xz 2.3 KiB 8067c02ca5bf9916000abf1225c75c0d56a22f1b504448e41a040de0c11403c1

Available diffs

No changes file available.

Binary packages built by this source

libhttp-exception-perl: module for throwing HTTP-Errors as (Exception::Class-) Exceptions

 HTTP::Exception lets you throw HTTP-Errors as Exceptions.
 Every HTTP::Exception is an Exception::Class class. So the same mechanisms
 apply as with Exception::Class classes.
 .
 Exception::Class' docs provide more general information on exceptions.