libtest-warnings-perl 0.033-1 source package in Ubuntu

Changelog

libtest-warnings-perl (0.033-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.033.

 -- gregor herrmann <email address hidden>  Sat, 27 Jan 2024 02:50:39 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.033-1.dsc 2.5 KiB 8f3c73b46cc160480effa8c83ef4a40d2e108f07c601221c8e85513f97b0b3e7
libtest-warnings-perl_0.033.orig.tar.gz 43.1 KiB b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
libtest-warnings-perl_0.033-1.debian.tar.xz 2.9 KiB 352ffacca6c4efb56f507895ec3997e73ae80793cb190857d107fd921df649e2

Available diffs

No changes file available.

Binary packages built by this source

libtest-warnings-perl: Perl module to test for warnings and the lack of them

 If you've ever tried to use Test::NoWarnings to confirm there are no
 warnings generated by your tests, combined with the convenience of
 done_testing to not have to declare a test count, you'll have
 discovered that these two features do not play well together, as the
 test count will be calculated before the warnings test is run,
 resulting in a TAP error.
 .
 Test::Warnings is intended to be used as a drop-in replacement for
 Test::NoWarnings. It can also be used as a replacement for Test::Warn,
 if you wish to test the content of expected warnings.