File: control

package info (click to toggle)
libtest-warnings-perl 0.026-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 432 kB
  • ctags: 8
  • sloc: perl: 322; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,644 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
25
26
27
28
29
30
31
32
33
34
Source: libtest-warnings-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcpan-meta-check-perl (>= 0.011),
                     libpadwalker-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                     perl (>= 5.15.7) | libcpan-meta-requirements-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl (>= 0.108),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-warnings-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-warnings-perl.git
Homepage: https://metacpan.org/release/Test-Warnings

Package: libtest-warnings-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libfile-pushd-perl (<< 1.004)
Description: 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.