File: control

package info (click to toggle)
libpod-weaver-plugin-ensureuniquesections-perl 0.163250-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 208 kB
  • ctags: 4
  • sloc: perl: 432; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,610 bytes parent folder | download | duplicates (2)
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
37
38
39
Source: libpod-weaver-plugin-ensureuniquesections-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carnë Draug <carandraug+dev@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: liblingua-en-inflect-number-perl,
 libmoose-autobox-perl,
 libmoose-perl,
 libmoosex-has-sugar-perl,
 libpod-elemental-perl,
 libpod-weaver-perl,
 libppi-perl,
 libsoftware-license-perl,
 libtest-exception-perl,
 libtext-trim-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
Homepage: https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections
Testsuite: autopkgtest-pkg-perl

Package: libpod-weaver-plugin-ensureuniquesections-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 liblingua-en-inflect-number-perl,
 libmoose-autobox-perl,
 libmoose-perl,
 libmoosex-has-sugar-perl,
 libpod-weaver-perl,
 libtext-trim-perl
Description: Pod::Weaver plugin to check for duplicate Pod section headers
 Pod::Weaver::Plugin::EnsureUniqueSections is a Pod::Weaver plugin to
 ensure that the Pod after weaving has no duplicate top-level section
 headers.  This can help you if you are converting from writing all
 your own POD to generating it with Pod::Weaver.  If you begin
 generating a section with Pod::Weaver but you forget to delete the
 manually written section of the same name, this plugin will warn you.