From 3cd56aaa0cd8427713ae7b56aa4048a2cc70812c Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 4 Jul 2012 15:21:27 +1000 Subject: [PATCH] perldelta: move several change notes to Selected Bug Fixes They were in Configuration and Compilation --- pod/perldelta.pod | 70 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3747fb6..da6a970 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -264,41 +264,6 @@ Building perl with some Windows compilers used to fail due to a problem with miniperl's C operator (which uses the C program) deleting the PATH environment variable [perl #113798]. -=item * - -C no longer crashes with certain magical arrays and hashes -[perl #112966]. - -=item * - -C on elements of certain magical arrays and hashes used not to -arrange to have the element deleted on scope exit, even if the element did -not exist before C. - -=item * - -C no longer returns multiple items [perl #73690]. - -=item * - -String to floating point conversions no longer misparse certain strings under -C [perl #109318]. - -=item * - -C<@INC> filters that die no longer leak memory [perl #92252]. - -=item * - -The implementations of overloaded operations are now called in the correct -context. This allows, among other things, being able to properly override -C<< <> >> [perl #47119]. - -=item * - -Specifying only the C key when calling C now behaves -properly [perl #113010]. - =back =head1 Testing @@ -455,6 +420,41 @@ C expressions no longer crash with custom regular expression engines that do not set C at regular expression compilation time [perl #112962]. +=item * + +C no longer crashes with certain magical arrays and hashes +[perl #112966]. + +=item * + +C on elements of certain magical arrays and hashes used not to +arrange to have the element deleted on scope exit, even if the element did +not exist before C. + +=item * + +C no longer returns multiple items [perl #73690]. + +=item * + +String to floating point conversions no longer misparse certain strings under +C [perl #109318]. + +=item * + +C<@INC> filters that die no longer leak memory [perl #92252]. + +=item * + +The implementations of overloaded operations are now called in the correct +context. This allows, among other things, being able to properly override +C<< <> >> [perl #47119]. + +=item * + +Specifying only the C key when calling C now behaves +properly [perl #113010]. + =back =head1 Known Problems -- 1.8.3.1