File: control

package info (click to toggle)
libpod-elemental-perl 0.103006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 396 kB
  • sloc: perl: 1,471; makefile: 7
file content (49 lines) | stat: -rw-r--r-- 2,210 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: libpod-elemental-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-load-perl <!nocheck>,
                     libmixin-linewise-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-types-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libpod-eventual-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libstring-rewriteprefix-perl <!nocheck>,
                     libstring-truncate-perl <!nocheck>,
                     libsub-exporter-formethods-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-elemental-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-elemental-perl.git
Homepage: https://metacpan.org/release/Pod-Elemental
Rules-Requires-Root: no

Package: libpod-elemental-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libmixin-linewise-perl,
         libmoose-perl,
         libmoosex-types-perl,
         libnamespace-autoclean-perl,
         libpod-eventual-perl,
         libscalar-list-utils-perl,
         libstring-rewriteprefix-perl,
         libstring-truncate-perl,
         libsub-exporter-formethods-perl,
         libsub-exporter-perl
Description: module for manipulating POD elements
 Pod::Elemental is a system for treating Perl's Plain Old Documentation (POD)
 format as trees of elements. This model is similar in nature to, though less
 sophisticated than, the HTML Document Object Model (DOM). This makes it easy
 to perform many different transformations on the document data.