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

Changelog

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


  * Team upload.
  * New upstream release.
  * Update build dependencies.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Sun, 15 Dec 2013 18:07:39 +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
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-warnings-perl_0.013-1.dsc 2.2 KiB c6b59c25999d359642c342117aaa89c26558f0292662bfe9e958a456fa45c03c
libtest-warnings-perl_0.013.orig.tar.gz 30.8 KiB c25b6c1730ff709e7acf9ea2efaa7bf7d6d3afad5bceffe3515768b250589400
libtest-warnings-perl_0.013-1.debian.tar.gz 1.9 KiB f9e2ab00c1e9318642f781bfe9b4cc4808800132c450e7333e97bb2ee316c9f2

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.