diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-26 13:48:01 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-12-26 14:14:30 +0000 |
commit | 1abe70d82a813f037be793cff289f7444508418b (patch) | |
tree | 9858dfdd5fc78034d543dc0b016889a86fb07dea /cpan/podlators/t/docs/pod-spelling.t | |
parent | 8eedd56d9009ca69ce37b927d25159b5f3ce7552 (diff) | |
download | perl-1abe70d82a813f037be793cff289f7444508418b.tar.gz |
Update podlators to CPAN version 4.10
[DELTA]
podlators 4.10 (2017-12-25)
[Pod::Man] Change man page references and function names to bold
instead of italic, following the current Linux man page standard. The
previous formatting was taken from Solaris, and it seems safe to say
that the Linux man page formatting conventions are now much more
widely followed than Solaris's. Patch from Guillem Jover.
[Pod::Man] Revert the .IX handling code to the earlier version from
Bjarni Ingi Gislason but add the trailing backslashes that should
hopefully avoid blank page issues on HP-UX. This fixes a warning
regression when man is run with warnings enabled. (Debian Bug#847972)
[Pod::Man] Wrap the output file descriptor in a glob before passing it
to PerlIO::get_layers so that the layer check works properly.
Previously, this code would throw a warning if given a scalar not
wrapped in a glob and not detect layers properly. Patch from Zefram.
(#122521)
Produce a proper diagnostic when given empty input on standard input
with no other arguments to pod2man or pod2text. Reported by Guillem
Jover.
Diffstat (limited to 'cpan/podlators/t/docs/pod-spelling.t')
-rw-r--r-- | cpan/podlators/t/docs/pod-spelling.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/podlators/t/docs/pod-spelling.t b/cpan/podlators/t/docs/pod-spelling.t index 6debd42027..dc11b9cf92 100644 --- a/cpan/podlators/t/docs/pod-spelling.t +++ b/cpan/podlators/t/docs/pod-spelling.t @@ -3,7 +3,7 @@ # Check for spelling errors in POD documentation. # # The canonical version of this file is maintained in the rra-c-util package, -# which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>. +# which can be found at <https://www.eyrie.org/~eagle/software/rra-c-util/>. # # Written by Russ Allbery <eagle@eyrie.org> # Copyright 2013, 2014 |