This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add =encoding utf8 to all core non-ASCII POD files + test script
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 30 Mar 2010 14:09:24 +0000 (14:09 +0000)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 8 May 2010 20:35:35 +0000 (16:35 -0400)
commit49781f4a0073e7152ff1359411cc1790db050942
treef4cbc1b500eac522b28853ab647ae042f24611e2
parentbdbefedf6ca6c8253d0fccc6b9d99d7ae86dcd96
Add =encoding utf8 to all core non-ASCII POD files + test script

It's now possible to run:

    perl Porting/checkpodencoding.pl

To check if the core contains any naughty POD that uses non-ASCII
without declaring an encoding.

With this patch all the POD in core (except POD tests we're ignoring)
has a correct =encoding directive. The script also flags problems in
lib/* and cpan/* which aren't being fixed as part of this commit.
Porting/checkpodencoding.pl [new file with mode: 0644]
Porting/release_managers_guide.pod
Porting/release_schedule.pod
pod/perl588delta.pod
pod/perl593delta.pod
pod/perlebcdic.pod
pod/perlhist.pod
pod/perlpodspec.pod
pod/perlrepository.pod
pod/perlthrtut.pod
symbian/TODO