libtest2-plugin-nowarnings-perl 0.10-1 source package in Ubuntu

Changelog

libtest2-plugin-nowarnings-perl (0.10-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.10.
  * Add libmodule-pluggable-perl to Build-Depends-Indep.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.7.0.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 14 Apr 2024 00:11:27 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-plugin-nowarnings-perl_0.10-1.dsc 2.6 KiB 52add435e00d0840817323fb35f50879a336df74647cde29d0b7d4d492f564ea
libtest2-plugin-nowarnings-perl_0.10.orig.tar.gz 27.0 KiB c97cb1122cc6e3e4a079059da71e12f65760bfb0671d19d25a7ec7c5f1f240fb
libtest2-plugin-nowarnings-perl_0.10-1.debian.tar.xz 5.1 KiB 49ba7e89240b29bc62801bcdb5a8debe2f1a98fe74efeae47231dd4755546196

Available diffs

No changes file available.

Binary packages built by this source

libtest2-plugin-nowarnings-perl: Perl testing plugin to fail tests if warnings are generated

 The Test2::Plugin::NoWarnings plugin causes tests to fail if any warnings
 are generated whilst the tests run. Each warning generates a new failing
 test, and the warning content is output via diag.
 .
 This module uses $SIG{__WARN__}, so if the code you're testing sets this,
 this module will stop working.