projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a37880
)
More todo for the encoding pragma.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 28 Oct 2001 23:11:15 +0000
(23:11 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 28 Oct 2001 23:11:15 +0000
(23:11 +0000)
p4raw-id: //depot/perl@12751
lib/encoding.pm
patch
|
blob
|
history
diff --git
a/lib/encoding.pm
b/lib/encoding.pm
index 472a10a008c5295f89cc91808d4fa6f67dc043c2..7dacd7a5bdca24ad2d2e12011c9f0430c6f1d9d9 100644
(file)
--- a/
lib/encoding.pm
+++ b/
lib/encoding.pm
@@
-43,7
+43,7
@@
The pragma is a per script, not a per block lexical. Only the last
=head1 FUTURE POSSIBILITIES
The C<\x..> and C<\0...> in literals and regular expressions are not
-affected by this pragma. They probably should.
+affected by this pragma. They probably should.
Ditto C<\N{...}>.
=head1 SEE ALSO