libpod-parser-perl 1.66-1 source package in Ubuntu

Changelog

libpod-parser-perl (1.66-1) unstable; urgency=medium

  * Import upstream version 1.66.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 03:38:11 +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 Pocket Published Component Section
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpod-parser-perl_1.66-1.dsc 2.4 KiB b7f879e43eaf20f7c310166bb8f7f36e52d7a2369d720c44c8be9446d2e07a7b
libpod-parser-perl_1.66.orig.tar.gz 82.1 KiB 22928a7bffe61b452c05bbbb8f5216d4b9cf9fe2a849b776c25500d24d20df7c
libpod-parser-perl_1.66-1.debian.tar.xz 2.7 KiB 307eadf53f737f41c13300625afb6061d552a5ce2ca20c4891d37e73f8f18df3

Available diffs

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.