summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2010-03-30 14:09:24 +0000
committerJesse Vincent <jesse@bestpractical.com>2010-05-08 16:35:35 -0400
commit49781f4a0073e7152ff1359411cc1790db050942 (patch)
treef4cbc1b500eac522b28853ab647ae042f24611e2 /pod/perlrepository.pod
parentbdbefedf6ca6c8253d0fccc6b9d99d7ae86dcd96 (diff)
downloadperl-49781f4a0073e7152ff1359411cc1790db050942.tar.gz
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.
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index feccf1a7c6..e7ef58a022 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -1,3 +1,5 @@
+=encoding utf8
+
=for comment
Consistent formatting of this file is achieved with:
perl ./Porting/podtidy pod/perlrepository.pod