summaryrefslogtreecommitdiff
path: root/debian/control
blob: 128ac3ccfa4a94b4c484911b272c7b2b8afa55d7 (plain)
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: libpod-strip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8~),
               libmodule-build-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-strip-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-strip-perl.git
Homepage: https://metacpan.org/release/Pod-Strip

Package: libpod-strip-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: remove POD documentation from Perl code
 Pod::Strip is a subclass of Pod::Simple that removes the POD (plain old
 documentation) from Perl code. The POD may optionally be replaced with
 comments so that line numbers of the code stay the same.
 .
 Pod::Strip is useful in Perl code parsers that don't want to bother about POD.