File: control

package info (click to toggle)
libpod-simple-perl 3.35-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,656 kB
  • ctags: 450
  • sloc: perl: 7,278; xml: 2,410; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,142 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
Source: libpod-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     perl-doc,
                     libhtml-parser-perl,
                     libtest-pod-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-simple-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpod-simple-perl.git
Homepage: https://metacpan.org/release/Pod-Simple

Package: libpod-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: framework for parsing files in the Pod markup language
 Pod::Simple is a Perl module that provides useful utilities for parsing text
 in the POD (Plain Old Documentation) markup language that is typically used to
 write documentation for Perl modules and scripts.