CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1678
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 12:02:58 GMT
date: Sat, 11 Oct 2025 12:02:58 GMT
strict-transport-security: max-age=15768000
podlators 2.1.2 released - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

podlators 2.1.2 released
Thread NextFrom:
Russ AllberyDate:
July 20, 2008 20:21Subject:
podlators 2.1.2 releasedMessage ID:
874p6kgc78.fsf@windlord.stanford.eduThis release fixes another bug (with S<>) in UTF-8 output from Pod::Man, uses the standard .SS macro for subsections, and fixes a variety of spelling and markup errors in all the documentation thanks to a new test. The URL https://archives.eyrie.org/software/modules/podlators-2.1.2.tar.gz has entered CPAN as file: $CPAN/authors/id/R/RR/RRA/podlators-2.1.2.tar.gz size: 82235 bytes md5: 7ad935cb9d0ea0262cf6ade4fdc9bc58 Changes from previous release: 2008-07-20 Russ Allbery <rra@stanford.edu> * VERSION: podlators 2.1.2 released. * t/pod-spelling.t: New check to spell-check all POD documentation using ispell with Pod::Spell. * lib/Pod/Man.pm: Fix spelling and markup errors in documentation and add stop-words where appropriate. * lib/Pod/ParseLink.pm: Likewise. * lib/Pod/Text.pm: Likewise. * lib/Pod/Text/Color.pm: Likewise. * lib/Pod/Text/Overstrike.pm: Likewise. * lib/Pod/Text/Termcap.pm: Likewise. * scripts/pod2man.PL: Likewise. * scripts/pod2text.PL: Likewise. * lib/Pod/Man.pm (cmd_head2): Use .SS instead of a local .Sh macro for subheadings. (preamble_template): Don't define .Sh. * t/basic.man: Update output accordingly. * t/man.t: Likewise. * lib/Pod/Man.pm (format_text): Remap ISO 8850-1 non-breaking spaces produced by Pod::Simple to the corresponding UTF-8 code point for UTF-8 output. * t/man-options.t: Test S<> output with UTF-8 enabled. -- Russ Allbery (rra@stanford.edu) <https://www.eyrie.org/~eagle/>Thread Next
- podlators 2.1.2 released by Russ Allbery
- RE: podlators 2.1.2 released by Steve Hay
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About