libclass-throwable-perl 0.13-2 source package in Ubuntu

Changelog

libclass-throwable-perl (0.13-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Jun 2022 22:51:00 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-throwable-perl_0.13-2.dsc 2.2 KiB 94967710f35c9062f47fadb91c53ecc7891ff1325361999ae16254c5686015e3
libclass-throwable-perl_0.13.orig.tar.gz 11.5 KiB dc9a11e0dab56dc220dea8c94fe3c47db5e7dd7c1ed04dc8178aa5bb7bfbbcce
libclass-throwable-perl_0.13-2.debian.tar.xz 2.5 KiB bf0b1aeb4e93af8eea2b93f95a65ba7a8bea78408b02635f0d357157b39ef92a

Available diffs

No changes file available.

Binary packages built by this source

libclass-throwable-perl: minimal lightweight exception class

 Class::Throwable implements a minimal lightweight exception object. It is
 meant to be a compromise between more basic solutions like Carp which can
 only print information and cannot handle exception objects, and more
 complex solutions like Exception::Class which can be used to define
 complex inline exceptions and has a number of module dependencies.