This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to CPAN version 4.08
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 27 Sep 2016 12:43:59 +0000 (13:43 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Tue, 27 Sep 2016 12:43:59 +0000 (13:43 +0100)
commit516cc7b3d537f089e725ceeb304dfb07583e516e
treefe8ac07a859c7dfc5e625d719686e2ab0cb0c6d9
parent70108630a68560322b86b582f1bd1ad71a93ea38
Update podlators to CPAN version 4.08

  [DELTA]

podlators 4.08 (2016-09-24)

    [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)
35 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/podlators/lib/Pod/Man.pm
cpan/podlators/lib/Pod/ParseLink.pm
cpan/podlators/lib/Pod/Text.pm
cpan/podlators/lib/Pod/Text/Color.pm
cpan/podlators/lib/Pod/Text/Overstrike.pm
cpan/podlators/lib/Pod/Text/Termcap.pm
cpan/podlators/scripts/pod2man.PL
cpan/podlators/t/data/basic.cap
cpan/podlators/t/data/basic.clr
cpan/podlators/t/data/basic.man
cpan/podlators/t/data/basic.ovr
cpan/podlators/t/data/basic.pod
cpan/podlators/t/data/basic.txt
cpan/podlators/t/data/snippets/man/bullet-after-nonbullet [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-die [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-none [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-normal [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-pod [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-stderr [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/error-stderr-opt [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/fixed-font [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/long-quote [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/lquote-and-quote [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/lquote-rquote [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/nourls [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/rquote-none [new file with mode: 0644]
cpan/podlators/t/lib/Test/Podlators.pm
cpan/podlators/t/lib/Test/RRA.pm
cpan/podlators/t/lib/Test/RRA/Config.pm
cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm
cpan/podlators/t/man/basic.t
cpan/podlators/t/man/devise-title.t
cpan/podlators/t/man/options.t