perldelta for 4a2b275c6c
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:04:14 +0000 (05:04 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:06:13 +0000 (05:06 -0800)
pod/perldelta.pod

index 1f070fc..d16c9d6 100644 (file)
@@ -414,6 +414,11 @@ handle were not opened yet.  This has been fixed.
 Various cases of C<delete $::{a}>, C<delete $::{ENV}> etc. causing a crash
 have been fixed.  [perl #54044]
 
+=item *
+
+Assigning another typeglob to C<*^R> no longer makes the regular expression
+engine crash.
+
 =back
 
 =head1 Known Problems