develooper Front page | perl.perl5.porters | Postings from July 2008

podlators 2.1.2 released

Thread Next
From:
Russ Allbery
Date:
July 20, 2008 20:21
Subject:
podlators 2.1.2 released
Message ID:
874p6kgc78.fsf@windlord.stanford.edu
This 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

    http://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)             <http://www.eyrie.org/~eagle/>

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About