summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-01 21:23:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-01 21:23:18 +0000
commit6dc6802c365c59fa2b2a820b1efa297528448159 (patch)
tree14dfaf47f296370db9992e55053ad7487f4706a3 /pod/perldelta.pod
parenta9a9fdd7274c13fad954d576fb696d66ae6fa435 (diff)
parentad7e816fc202b9506cd8e0633196331ccf37f264 (diff)
downloadperl-6dc6802c365c59fa2b2a820b1efa297528448159.tar.gz
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@3860
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 260d62aea8..ad0abccc6c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -141,13 +141,6 @@ C<oct()>:
$answer = 0b101010;
printf "The answer is: %b\n", oct("0b101010");
-=head2 Literal hexadecimal, octal, and binary numbers must fit within native sizes
-
-The warning that used to be produced when encountering hexadecimal, octal,
-and binary literals that are too large to be represented as native integers
-has now been promoted to a fatal error. Literal decimal numbers are
-unaffected.
-
=head2 syswrite() ease-of-use
The length argument of C<syswrite()> is now optional.