libtest-exception-perl 0.43-ok2 source package in openKylin

Changelog

libtest-exception-perl (0.43-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 11:34:46 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-exception-perl_0.43.orig.tar.gz 14.8 KiB 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533
libtest-exception-perl_0.43-ok2.debian.tar.xz 1.8 KiB 0e0175b5845af4c044e78ad67d6e4668da5c3e971727ddd34a12d67865dfb675
libtest-exception-perl_0.43-ok2.dsc 1.9 KiB a59ec4c52f74577df95d8ed5ff51afc3540f6763b6b4ac7630993f5f529d79fd

Available diffs

View changes file

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.