File: control

package info (click to toggle)
libtest-nobreakpoints-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • ctags: 6
  • sloc: perl: 141; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,156 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
Source: libtest-nobreakpoints-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtest-exception-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-tester-perl,
                     libtest-pod-perl,
                     libtest-useallmodules-perl
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-nobreakpoints-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-nobreakpoints-perl.git
Homepage: https://metacpan.org/release/Test-NoBreakpoints

Package: libtest-nobreakpoints-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module to test that files do not contain soft breakpoints
 Test::NoBreakpoints is a Perl module useful as part of a module's release
 testing that ensures that files do not contain soft breakpoints for the Perl
 debugger (such as $DB::single or $DB::signal).