perldelta for vec w/2GB offsets
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:32:17 +0000 (22:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:32:17 +0000 (22:32 -0700)
pod/perldelta.pod

index 5c61281..93d638a 100644 (file)
@@ -394,6 +394,10 @@ C<method {}> syntax with an empty block or a block returning an empty list
 used to crash or use some random value left on the stack as its invocant.
 Now it produces an error.
 
+=item *
+
+C<vec> now works with extremely large offsets (>2 GB) [perl #111730].
+
 =back
 
 =head1 Known Problems