Complete the perldelta for 5.13.11
authorFlorian Ragwitz <rafl@debian.org>
Sun, 20 Mar 2011 13:49:47 +0000 (14:49 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 20 Mar 2011 13:49:47 +0000 (14:49 +0100)
pod/perldelta.pod

index 942c1cc..f8a62c8 100644 (file)
@@ -1,14 +1,5 @@
 =encoding utf8
 
-=for comment
-This has been completed up to 007f907 except for:
-b3dbdd48ca2da90bce7f16d545cca54c3dc58f35 (Leon Timmermans)
-816005240f1a3b9989c940e630e829048597537c (Craig Berry)
-44caa20c7d9248fd77483468d77c9b5835e7066e (Craig Berry)
-4581ada393ba58f2b8f438c7b9c336d6c79ec94c (Craig Berry)
-3b28d668e9efe9433c3099521167a6723cbddc26 (Craig Berry)
-and any bugs that Karl Williamson has fixed.
-
 =head1 NAME
 
 [ this is a template for a new perldelta file. Any text flagged as
@@ -686,6 +677,15 @@ often than before.
 See also L</"fork() emulation will not wait for signalled children"> for a
 better way to terminate child processes that avoids deadlocks altogether.
 
+=item *
+
+Ensure that the C<exists &Errno::EFOO> idiom continues to work as documented.
+
+A change post-5.12 caused the documented idiom not to work if Errno was loaded
+after the C<exists> code had been compiled, as the compiler implicitly creates
+typeglobs in the Errno symbol table when it builds the optree for the C<exists
+code>.
+
 =back
 
 =head1 Known Problems