This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update podlators to version 4.03
authorKaren Etheridge <ether@cpan.org>
Sun, 20 Dec 2015 03:08:24 +0000 (19:08 -0800)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 2 Jan 2016 02:17:23 +0000 (21:17 -0500)
commitcb21ff4630e9dc4048595dd175a4ee716bd54ba2
tree85a720ceb5653b5867150307d5dc6f902aad02a6
parentb0248dbfdf5ebb72be4ef440747e59fd3204ee95
Update podlators to version 4.03
70 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/podlators/.gitignore
cpan/podlators/Changes [new file with mode: 0644]
cpan/podlators/Makefile.PL [new file with mode: 0644]
cpan/podlators/bin/pod2man [moved from cpan/podlators/scripts/pod2man.PL with 76% similarity]
cpan/podlators/bin/pod2text [moved from cpan/podlators/scripts/pod2text.PL with 83% similarity]
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/t/basic.t [deleted file]
cpan/podlators/t/data/basic.cap [moved from cpan/podlators/t/basic.cap with 100% similarity]
cpan/podlators/t/data/basic.clr [moved from cpan/podlators/t/basic.clr with 100% similarity]
cpan/podlators/t/data/basic.man [moved from cpan/podlators/t/basic.man with 100% similarity]
cpan/podlators/t/data/basic.ovr [moved from cpan/podlators/t/basic.ovr with 100% similarity]
cpan/podlators/t/data/basic.pod [moved from cpan/podlators/t/basic.pod with 100% similarity]
cpan/podlators/t/data/basic.txt [moved from cpan/podlators/t/basic.txt with 100% similarity]
cpan/podlators/t/data/perl.conf [new file with mode: 0644]
cpan/podlators/t/data/snippets/README [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/cpp [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/utf8-nonbreaking [new file with mode: 0644]
cpan/podlators/t/data/snippets/man/utf8-verbatim [new file with mode: 0644]
cpan/podlators/t/data/snippets/text/cpp [new file with mode: 0644]
cpan/podlators/t/data/termcap [new file with mode: 0644]
cpan/podlators/t/devise-date.t [deleted file]
cpan/podlators/t/docs/pod-spelling.t [new file with mode: 0644]
cpan/podlators/t/docs/pod.t [new file with mode: 0644]
cpan/podlators/t/docs/synopsis.t [new file with mode: 0644]
cpan/podlators/t/filehandle.t [deleted file]
cpan/podlators/t/general/basic.t [new file with mode: 0644]
cpan/podlators/t/general/filehandle.t [new file with mode: 0644]
cpan/podlators/t/general/pod-parser.t [new file with mode: 0644]
cpan/podlators/t/lib/Test/Podlators.pm [new file with mode: 0644]
cpan/podlators/t/lib/Test/RRA.pm [new file with mode: 0644]
cpan/podlators/t/lib/Test/RRA/Config.pm [new file with mode: 0644]
cpan/podlators/t/man-heading.t [deleted file]
cpan/podlators/t/man-options.t [deleted file]
cpan/podlators/t/man-perlio.t [deleted file]
cpan/podlators/t/man-utf8.t [deleted file]
cpan/podlators/t/man/basic.t [moved from cpan/podlators/t/man.t with 97% similarity]
cpan/podlators/t/man/devise-date.t [new file with mode: 0644]
cpan/podlators/t/man/devise-title.t [new file with mode: 0644]
cpan/podlators/t/man/empty.t [moved from cpan/podlators/t/man-empty.t with 97% similarity]
cpan/podlators/t/man/heading.t [new file with mode: 0644]
cpan/podlators/t/man/options.t [new file with mode: 0644]
cpan/podlators/t/man/utf8-io.t [new file with mode: 0644]
cpan/podlators/t/parselink/basic.t [moved from cpan/podlators/t/parselink.t with 98% similarity]
cpan/podlators/t/pod-parser.t [deleted file]
cpan/podlators/t/pod-spelling.t [deleted file]
cpan/podlators/t/pod.t [deleted file]
cpan/podlators/t/style/minimum-version.t [new file with mode: 0644]
cpan/podlators/t/style/module-version.t [new file with mode: 0644]
cpan/podlators/t/style/strict.t [new file with mode: 0644]
cpan/podlators/t/text/basic.t [moved from cpan/podlators/t/text.t with 98% similarity]
cpan/podlators/t/text/color.t [moved from cpan/podlators/t/color.t with 98% similarity]
cpan/podlators/t/text/empty.t [moved from cpan/podlators/t/text-empty.t with 96% similarity]
cpan/podlators/t/text/encoding.t [moved from cpan/podlators/t/text-encoding.t with 89% similarity]
cpan/podlators/t/text/options.t [moved from cpan/podlators/t/text-options.t with 95% similarity]
cpan/podlators/t/text/overstrike.t [moved from cpan/podlators/t/overstrike.t with 98% similarity]
cpan/podlators/t/text/perlio.t [moved from cpan/podlators/t/text-perlio.t with 81% similarity]
cpan/podlators/t/text/termcap.t [moved from cpan/podlators/t/termcap.t with 74% similarity]
cpan/podlators/t/text/utf8.t [moved from cpan/podlators/t/text-utf8.t with 82% similarity]
pod/perlpodstyle.pod
t/porting/known_pod_issues.dat
utils/Makefile.PL
utils/pod2man.PL [new file with mode: 0644]
utils/pod2text.PL [new file with mode: 0644]