projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff49f5
)
perldelta for #72766/6174b39
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 12 Aug 2013 21:08:38 +0000
(14:08 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 13 Aug 2013 01:04:04 +0000
(18:04 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
36233c5
..
1cb03a5
100644
(file)
--- 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<pos> can now be set to a value higher than 2**31-1
+[perl #72766].
+
=back
=head1 Known Problems