libtest-warnings-perl 0.031-2 source package in Ubuntu

Changelog

libtest-warnings-perl (0.031-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:12:27 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.031-2.dsc 2.2 KiB aa378da94e5bd1be9e96fbbe6fbbfec4dde144c3166954140c803fef379589f7
libtest-warnings-perl_0.031.orig.tar.gz 41.0 KiB 1e542909fef305e45563e9878ea1c3b0c7cef1b28bb7ae07eba2e1efabec477b
libtest-warnings-perl_0.031-2.debian.tar.xz 2.9 KiB 898886cb05106f24bcbbb3ff64624cd955332554b3e357e249a44dfa0ed7e40b

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.