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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.09.
  * Update years of upstream copyright.
  * Bump versioned (build) dependency on libtest-simple-perl.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Tue, 07 Jul 2020 22:40:20 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-plugin-nowarnings-perl_0.09-1.dsc 2.6 KiB ee2f56183d7cc5c07103533bd5c795c0522981778c3bac5c88dcab40dfe4916e
libtest2-plugin-nowarnings-perl_0.09.orig.tar.gz 25.8 KiB be3dd800042eef362bf17d2056cf9e934dee91ccce98e4f178b8fb5772f2fb74
libtest2-plugin-nowarnings-perl_0.09-1.debian.tar.xz 5.1 KiB 9c0e8f905c93e35df9188bb6f7ed5fe346fb61998dc6b665155ca9c9fb36a67a

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.