summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 3e9f6331f9..63d7f999d1 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1043,11 +1043,6 @@ references can be weakened.
with an assignment operator, which implies modifying the value itself.
Perhaps you need to copy the value to a temporary, and repeat that.
-=item Character > 255 in vec()
-
-(F) You applied the vec() function to a UTF8 string which contained
-a character > 255. vec() currently only operates on characters < 256.
-
=item chmod() mode argument is missing initial 0
(W chmod) A novice will sometimes say