libtest-exception-perl 0.43-2 source package in Ubuntu

Changelog

libtest-exception-perl (0.43-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.
  * Remove Jay Bonci from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Jeremiah C. Foster from Uploaders on request of the MIA team.
    (Closes: #843748)

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 12:09:11 +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
libtest-exception-perl_0.43-2.dsc 2.2 KiB 0bb50b1949546c3dc0d4a92f439107768e8e333842bbc87a0b6088bccd384542
libtest-exception-perl_0.43.orig.tar.gz 14.8 KiB 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533
libtest-exception-perl_0.43-2.debian.tar.xz 3.8 KiB 17240ebb1b7ed081c04dce6b076336d970c693534614b73559266ff72fb3d45b

Available diffs

No changes file available.

Binary packages built by this source

libtest-exception-perl: module for testing exception-based code

 Test::Exception is a Perl test module that provides a few convenience methods
 for testing exception-based code. It is built with Test::Builder and plays
 happily with Test::More and friends.
 .
 Note that this module only checks for exceptions, so it ignores other methods
 of halting program executing - including exit(). If your code causes the Perl
 interpreter to exit, Test::Exception won't be able to catch it.