summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldiag.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 05db9727d6..e5066fe9ee 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3213,12 +3213,6 @@ the meantime, try using scientific notation (e.g. "1e6" instead of
a number. This happens, for example with C<\o{}>, with no number between
the braces.
-=item Octal number in vector unsupported
-
-(F) Numbers with a leading C<0> are not currently allowed in vectors.
-The octal number interpretation of such numbers may be supported in a
-future version.
-
=item Octal number > 037777777777 non-portable
(W portable) The octal number you specified is larger than 2**32-1