From 014fb485309ec7eb5eb5ddeff1d98d262e4932ca Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sun, 20 Mar 2011 14:49:47 +0100 Subject: [PATCH] Complete the perldelta for 5.13.11 --- pod/perldelta.pod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 942c1cc..f8a62c8 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 for a better way to terminate child processes that avoids deadlocks altogether. +=item * + +Ensure that the C 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 code had been compiled, as the compiler implicitly creates +typeglobs in the Errno symbol table when it builds the optree for the C. + =back =head1 Known Problems -- 2.7.4