summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-08 20:54:26 -0700
committerKarl Williamson <public@khwilliamson.com>2010-12-11 16:10:10 -0700
commit07291fb1a7edabce6a931ef33738996b779eb1f9 (patch)
tree6ff30de3eb66370d1f27371a89d7d40b45ce308e
parent4e89eca01895bd9b13b7cba504a708fa3af816d2 (diff)
downloadperl-07291fb1a7edabce6a931ef33738996b779eb1f9.tar.gz
perldelta: mention need to update unicode pods
-rw-r--r--pod/perldelta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 79d5985e3b..ec7c1a52e9 100644
--- 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