libtest-exception-perl 0.43-1.1 source package in Ubuntu
Changelog
libtest-exception-perl (0.43-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 14 Jun 2022 14:41:15 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtest-exception-perl_0.43-1.1.dsc | 2.3 KiB | 1f97f6cd41904cac25b112ab95823d3c828b7bb4a30beb05a55009c843d07b39 |
libtest-exception-perl_0.43.orig.tar.gz | 14.8 KiB | 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533 |
libtest-exception-perl_0.43-1.1.debian.tar.xz | 3.7 KiB | a1b03a199036abd806fb9d00bcaf90cad88bfc8d50e337f12f005ce740e895e7 |
Available diffs
- diff from 0.43-1 to 0.43-1.1 (377 bytes)
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.