File: control

package info (click to toggle)
libtest-failwarnings-perl 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 180 kB
  • ctags: 10
  • sloc: perl: 207; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libtest-failwarnings-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8),
 perl
Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-failwarnings-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-failwarnings-perl.git
Homepage: https://metacpan.org/release/Test-FailWarnings/

Package: libtest-failwarnings-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for adding test failures if warnings are caught
 Test::FailWarnings hooks $SIG{__WARN__} and converts warnings to Test::More's
 fail() calls. It is designed to be used with done_testing, when you don't
 need to know the test count in advance.
 .
 Just as with Test::NoWarnings, this does not catch warnings if other things
 localize $SIG{__WARN__}, as this is designed to catch unhandled warnings.