File: control

package info (click to toggle)
libpod-projectdocs-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: perl: 1,226; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,428 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
26
27
28
29
30
31
32
33
34
35
Source: libpod-projectdocs-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 (>= 10)
Build-Depends-Indep: libhtml-parser-perl,
                     libjson-perl,
                     libmoose-perl,
                     libreadonly-perl,
                     libtemplate-perl,
                     perl (>= 5.23.5) | libpod-simple-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-projectdocs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-projectdocs-perl.git
Homepage: https://metacpan.org/release/Pod-ProjectDocs

Package: libpod-projectdocs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl,
         libjson-perl,
         libmoose-perl,
         libreadonly-perl,
         libtemplate-perl,
         perl (>= 5.23.5) | libpod-simple-perl
Description: module to generate CPAN like project documents from POD
 The Pod::ProjectDocs module allows you to generate CPAN like POD pages from
 your modules for your projects. It also creates an optional index page.
 .
 Additionally, you can use the command line script pod2projdocs to generate
 your documentation without creating a custom perl script.