File: control

package info (click to toggle)
libpod-parser-perl 1.67-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: perl: 2,275; sh: 9; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,276 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
50
51
Source: libpod-parser-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)
Build-Depends-Indep: libio-string-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-parser-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-parser-perl.git
Homepage: https://metacpan.org/release/Pod-Parser
Rules-Requires-Root: no

Package: libpod-parser-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: modules for parsing/translating POD format documents
 This package contains the following mdoules for using Perl5 "pod" (Plain Old
 Documentation).
 .
 "Pod::Parser", which provides a base class for parsing and selecting sections
 of POD documentation from an input stream.
 .
 "Pod::Select", which provides a subclass of Pod::Parser and an exported
 function named "podselect()" to dump selected sections of raw pod
 documentation from an input stream.
 .
 "Pod::PlainText", which is a replacement for "Pod::Text" and the
 corresponding "pod2text()" function. It is derived from the Pod::Parser
 class. As of perl 5.00_58, Pod::PlainText has been re-written by Russ
 Allbery, and has been renamed to Pod::Text in the core Perl distribution
 (replacing the previous implementation of Pod::Text). The Pod::PlainText
 module is still provided with Pod::Parser solely for backward
 compatibility.
 .
 "Pod::InputObjects": Some input objects needed by Pod::Parser, and for
 advanced users of Pod::Parser that need more about a command besides its name
 and text.
 .
 "Pod::ParseUtils", a module with several object-oriented helpers for POD
 parsing and processing. Probably the most important is Pod::Hyperlink for
 parsing and expanding POD hyperlinks L<...>.
 .
 This distribution is considered to be legacy - it has been superseded by
 Pod::Simple which brings more robustness, unicode and various other benefits.
 It has been removed from perl core after 5.31.0, and is packaged only for
 backward compatibility.