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

Changelog

libtest-exception-perl (0.43-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtest-exception-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 18:13:37 +0000

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-exception-perl_0.43-3.dsc 2.2 KiB 20de4286a4d221dfc33cb9100f020f067b47f993d2c1b33b35424c5d0af55609
libtest-exception-perl_0.43.orig.tar.gz 14.8 KiB 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533
libtest-exception-perl_0.43-3.debian.tar.xz 3.9 KiB 1290e341fbcd54b9f0a35a47513ebac2f9e565df10524b633d77fd343c6f0482

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.