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:
4e89eca
)
perldelta: mention need to update unicode pods
author
Karl Williamson
<public@khwilliamson.com>
Thu, 9 Dec 2010 03:54:26 +0000
(20:54 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Sat, 11 Dec 2010 23:10:10 +0000
(16:10 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
79d5985
..
ec7c1a5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-94,6
+94,10
@@
L<perlunicode/The "Unicode Bug"> for details.) If their is a
possibility that your code will process Unicode strings, you are
B<strongly> encouraged to use this subpragma to avoid nasty surprises.
+This availability of this should strongly affect the whole tone of
+various documents, such as L<perlunicode> and L<perluniintro>, but this
+work has not been done yet.
+
=head2 Exception Handling Backcompat Hack
When an exception is thrown in an C<eval BLOCK>, C<$@> is now set before