Front page | perl.perl5.porters |
Postings from September 2016
podlators 4.08 released
From:
Russ Allbery
Date:
September 25, 2016 02:42
Subject:
podlators 4.08 released
Message ID:
87d1jsg0oz.fsf@hope.eyrie.org
The URL
https://archives.eyrie.org/software/perl/podlators-4.08.tar.gz
has entered CPAN as
file: $CPAN/authors/id/R/RR/RRA/podlators-4.08.tar.gz
size: 125283 bytes
md5: e74b689d34855a07685508650fcfeb6d
sha1: c120f62524c437313405478fdfb00608a068172d
Changes since the previous release:
[Pod::Man] Partially revert change in 4.00 to require the name option
(--name to pod2man) when generating man pages from standard input.
Historically, pod2man silently tolerated this, and there turned out to
be a lot of software that depended on this, making the change too
disruptive. Instead, silently set the man page title to STDIN in this
case, but warn about it in the documentation. (#117990)
[Pod::Man] Fix rendering bug for "TRUE (1)", which was recognized as
needing small caps and then erroneously as a man page reference,
resulting in escaped nroff. (Found by Dan Jacobson with the
XML::LibXML::Element man page.) (Debian Bug#836831)
[Pod::Man] Fix rendering bug causing "\s0(1)" to be mistakenly marked
as a man page reference, later confusing backslash escaping.
[Pod::Man] Add new lquote and rquote options (and corresponding
--lquote and --rquote flags to pod2man) to set the left and right
quotes for C<> text independently. (#103298)
Remove test for nested L<> markup, since an upcoming version of
Pod::Simple will drop support for this. (#114075)
--
Russ Allbery (eagle@eyrie.org) <http://www.eyrie.org/~eagle/>
-
podlators 4.08 released
by Russ Allbery