File: control

package info (click to toggle)
libpod-tree-perl 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,024 kB
  • sloc: perl: 2,231; exp: 215; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,217 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
Source: libpod-tree-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libhtml-stream-perl,
                     libio-string-perl,
                     libpath-tiny-perl (>= 0.105),
                     libtest-compile-perl (>= 1.2.1),
                     libtext-template-perl,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-tree-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-tree-perl.git
Homepage: https://metacpan.org/release/Pod-Tree

Package: libpod-tree-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libhtml-stream-perl,
         libio-string-perl,
         libtext-template-perl
Description: module for creating a static syntax tree for a POD
 Pod::Tree parses a POD into a static syntax tree. Applications walk the
 tree to recover the structure and content of the POD. See Pod::Tree::Node
 for a description of the tree.