This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #72766/6174b39
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 21:08:38 +0000 (14:08 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 01:04:04 +0000 (18:04 -0700)
pod/perldelta.pod

index 36233c5..1cb03a5 100644 (file)
@@ -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].
 
 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
 =back
 
 =head1 Known Problems