File: control

package info (click to toggle)
libpod-pseudopod-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,428; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,373 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
Source: libpod-pseudopod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libhtml-parser-perl <!nocheck>,
                     perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-pseudopod-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-pseudopod-perl.git
Homepage: https://metacpan.org/release/Pod-PseudoPod

Package: libpod-pseudopod-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl
Description: framework for parsing PseudoPod
 PseudoPod is an extended set of Pod tags used for book manuscripts. Standard
 Pod doesn't have all the markup options you need to mark up files for
 publishing production. PseudoPod adds a few extra tags for footnotes, tables,
 sidebars, etc.
 .
 Pod::PseudoPod adds parsing support for the PseudoPod tags. It also overrides
 Pod::Simple's _handle_element_start, _handle_text, and _handle_element_end
 methods so that parser events are turned into method calls.
 .
 In general, you'll only want to use this module as the base class for a
 PseudoPod formatter/processor.