diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-03-20 14:49:47 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-03-20 14:49:47 +0100 |
commit | 014fb485309ec7eb5eb5ddeff1d98d262e4932ca (patch) | |
tree | 066263da28167ab872376d0a89159ed7cbd604a0 | |
parent | 2feceb76bc07c8978188ab67f91851845258b0e1 (diff) | |
download | perl-014fb485309ec7eb5eb5ddeff1d98d262e4932ca.tar.gz |
Complete the perldelta for 5.13.11
-rw-r--r-- | pod/perldelta.pod | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 942c1cce37..f8a62c82f7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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 |