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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Lucas Kanashiro ]
  * Import upstream version 0.026

  [ gregor herrmann ]
  * Update alternative build dependencies.

 -- Lucas Kanashiro <email address hidden>  Mon, 01 Feb 2016 23:39:06 -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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.026-1.dsc 2.4 KiB f5780e01c80607364f288e7044cf825499514c59dc2095a9554e55c3d0ad7398
libtest-warnings-perl_0.026.orig.tar.gz 37.2 KiB ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08
libtest-warnings-perl_0.026-1.debian.tar.xz 2.5 KiB d11b2b62158366ffa3e98b80b65e6746b8549d8040a194ecc17a1ce875e9a695

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.