From 64da853db26e1827dbd76c0bd745c52308954328 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 14:08:38 -0700 Subject: [PATCH] perldelta for #72766/6174b39 --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 36233c5..1cb03a5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -454,6 +454,11 @@ Autovivifying a subroutine stub via C<\&$glob> started causing crashes in Perl 5.18.0 if the $glob was merely a copy of a real glob, i.e., a scalar that had had a glob assigned to it. This has been fixed [perl #119051]. +=item * + +On 64-bit platforms C can now be set to a value higher than 2**31-1 +[perl #72766]. + =back =head1 Known Problems -- 2.7.4