| 12
 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
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 
 | Source: libapp-cpants-lint-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libextutils-makemaker-cpanfile-perl,
 libmodule-cpants-analyse-perl (>= 0.96),
 libtest-useallmodules-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapp-cpants-lint-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-cpants-lint-perl.git
Homepage: https://metacpan.org/pod/App::CPANTS::Lint
Testsuite: autopkgtest-pkg-perl
Package: libapp-cpants-lint-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Replaces: ${cdbs:Replaces}
Breaks: ${cdbs:Breaks}
Description: commandline frontend to Module::CPANTS::Analyse - library
 cpants_lint checks the Kwalitee of a CPAN distribution.  More exact, it
 checks how a given tarball will be rated on <http://cpants.perl.org>,
 without needing to upload it first.
 .
 This package provides the App::CPANTS::Lint library for cpants_lint.
Package: cpants-lint
Breaks: libapp-cpants-lint-perl (<< 0.05-4~)
Replaces: libapp-cpants-lint-perl (<< 0.05-4~)
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: commandline frontend to Module::CPANTS::Analyse - tool
 cpants_lint checks the Kwalitee of a CPAN distribution.  More exact, it
 checks how a given tarball will be rated on <http://cpants.perl.org>,
 without needing to upload it first.
 .
 This package provides the cpants_lint commandline tool.
 |