libpod-parser-perl 1.65-1 source package in Ubuntu
Changelog
libpod-parser-perl (1.65-1) unstable; urgency=medium * Import upstream version 1.65. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.6.1. -- gregor herrmann <email address hidden> Mon, 23 May 2022 11:53:05 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | misc | |
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpod-parser-perl_1.65-1.dsc | 2.4 KiB | 34b2e42d9f5b4f61b5072292af9857e019c77d29221a833e6dd5070209dbdfd3 |
libpod-parser-perl_1.65.orig.tar.gz | 82.4 KiB | 3ba7bdec659416a51fe2a7e59f0883e9c6a3b21bc9d001042c1d6a32d401b28a |
libpod-parser-perl_1.65-1.debian.tar.xz | 2.7 KiB | b6f94b87ba913b4acace7b35223e3e759beaccfecee09e87dbab6c8ce8d330d4 |
Available diffs
- diff from 1.63-2 to 1.65-1 (4.4 KiB)
No changes file available.
Binary packages built by this source
- libpod-parser-perl: 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.