File: control

package info (click to toggle)
libpod-pom-perl 2.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 804 kB
  • sloc: perl: 2,756; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,272 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
Source: libpod-pom-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libtest-differences-perl,
                     libfile-slurper-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-pom-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-pom-perl.git
Homepage: https://metacpan.org/release/Pod-POM

Package: libpod-pom-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module providing a Pod Object Model
 Pod::POM is a Perl Pod document parser that exposes an object model called
 Pod Object Model. The object model is generated as a hierarchical tree of
 nodes, each of which represents a different element of the original document.
 The tree can be walked manually and the nodes examined, printed or otherwise
 manipulated. Pod::POM also provides view objects, which can automatically
 traverse the tree, or section thereof, and generate an output representation
 in one form or another.