From 81b820f9dc36be29efe449a802b7dc61fb1698ab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 25 Jun 2012 21:32:25 -0700 Subject: [PATCH] perldelta for #112966/2c5f48c251e --- pod/perldelta.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 33baa3e..f275297 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -252,6 +252,17 @@ 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. + =back =head1 Testing -- 2.7.4