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 35 36
|
Source: libdist-zilla-app-command-cover-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl
Build-Depends-Indep: libdevel-cover-perl,
libdist-zilla-perl,
libfile-chdir-perl,
libpath-class-perl,
perl (>= 5.11.4)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-app-command-cover-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-app-command-cover-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-App-Command-cover
Package: libdist-zilla-app-command-cover-perl
Architecture: all
Depends: libdevel-cover-perl,
libdist-zilla-perl,
libfile-chdir-perl,
libpath-class-perl,
${misc:Depends},
${perl:Depends}
Description: Run Devel::Cover from within Dist::Zilla
Dist::Zilla::App::Command::cover is a command plugin for
Dist::Zilla. It provides the dzil subcommand "cover", which generates
code coverage metrics for your Dist:Zilla based distribution using
Devel::Cover.
.
If there were any test errors, the cover command won't be run. Author
and release tests are not run since they should not be counted
against code coverage. Any additional command-line arguments are
passed to Devel::Cover's cover command.
|