summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-12 12:38:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-12 12:38:37 +0000
commit11e0c2e64a6db1113f07e4cfed9ddc65c43fd511 (patch)
tree852b6a5c7371b2f67950a14faa5d91790464688b
parentfb2fe7815fa66a7d7cfb9cd4662fbf9465c10c28 (diff)
downloadperl-11e0c2e64a6db1113f07e4cfed9ddc65c43fd511.tar.gz
Remove "=for" marker for a section I finally reviewed
p4raw-id: //depot/perl@32615
-rw-r--r--pod/perl5100delta.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod
index b3d26d6b29..178a72fd2a 100644
--- a/pod/perl5100delta.pod
+++ b/pod/perl5100delta.pod
@@ -444,8 +444,6 @@ group.)
=head2 Packing and UTF-8 strings
-=for XXX update this
-
The semantics of pack() and unpack() regarding UTF-8-encoded data has been
changed. Processing is now by default character per character instead of
byte per byte on the underlying encoding. Notably, code that used things