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-nobreakpoints-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libtest-exception-perl,
libtest-tester-perl,
libtest-pod-perl,
libtest-useallmodules-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Test-NoBreakpoints/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-nobreakpoints-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-nobreakpoints-perl.git
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).
|