This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94fe740
)
Clarify that =encoding is global in POD
author
Dan Jacobson
<jidanni@hoffa.dreamhost.com>
Mon, 4 May 2009 07:47:43 +0000
(09:47 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Mon, 4 May 2009 07:47:43 +0000
(09:47 +0200)
pod/perlpod.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlpod.pod
b/pod/perlpod.pod
index
9fc7bed
..
827548b
100644
(file)
--- a/
pod/perlpod.pod
+++ b/
pod/perlpod.pod
@@
-300,7
+300,9
@@
module. Examples:
=back
-And don't forget, when using any command, that the command lasts up
+C<=encoding> affects the whole document, and must occur only once.
+
+And don't forget, when using any other command, that the command lasts up
until the end of its I<paragraph>, not its line. So in the
examples below, you can see that every command needs the blank
line after it, to end its paragraph.