libtest-exception-perl 0.41-1 source package in Ubuntu

Changelog

libtest-exception-perl (0.41-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.41
  * Update upstream contact in debian/copyright
  * Bump debhelper compatibility level to 9

 -- Lucas Kanashiro <email address hidden>  Tue, 22 Dec 2015 12:18:48 -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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-exception-perl_0.41-1.dsc 2.4 KiB f6c4b8eca932574289134580a3bbab930f4f05230f3c39472dec82128e0ae09c
libtest-exception-perl_0.41.orig.tar.gz 15.0 KiB 30ce34dcb9ed8be81c5917d1b35006fee6141bb085d6bbd973235358d9995b8e
libtest-exception-perl_0.41-1.debian.tar.xz 3.6 KiB 8dac47a028ab5e69572f164637e7dd7faa01db2e48997b4ccb27b5a89859511c

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.