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

Changelog

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

  * Team upload.
  * Import upstream version 0.06.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Sat, 08 Jul 2017 16:19:37 +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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest2-plugin-nowarnings-perl_0.06-1.dsc 2.4 KiB dd7ea906b19c4e0dfa7202282b3fd6b6bf7906527b704de597df04602360ad81
libtest2-plugin-nowarnings-perl_0.06.orig.tar.gz 22.7 KiB 8288c1d934f69a03224598fbb715adc079c0d1609bfbaea6c88682aab1995800
libtest2-plugin-nowarnings-perl_0.06-1.debian.tar.xz 4.8 KiB f51fbec8ddb9f69a397a4f494733cb54d5bde2c089798a5a9772ae55fd412b76

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.