perldelta for ebdc88085
authorFather Chrysostomos <sprout@cpan.org>
Wed, 18 Dec 2013 01:53:54 +0000 (17:53 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 18 Dec 2013 14:22:56 +0000 (06:22 -0800)
pod/perldelta.pod

index 8a46411..20fe2cb 100644 (file)
@@ -431,6 +431,16 @@ C<< readdir() >> now only sets C<$!> on error.  C<$!> is no longer set
 to C<EBADF> when then terminating C<undef> is read from the directory
 unless the system call sets C<$!>. [perl #118651]
 
+=item *
+
+C<&CORE::glob> no longer causes an intermittent crash due to perl's stack
+getting corrupted. [perl #119993]
+
+=item *
+
+C<open> with layers that load modules (e.g., "<:encoding(utf8)") no longer
+runs the risk of crashing due to stack corruption.
+
 =back
 
 =head1 Known Problems