diff options
| -rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 625afe8c6a..63745cff20 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -408,6 +408,11 @@ will reuse that handle. C<eval "*foo if 0"> where *foo was the last handle passed to C<stat> could cause C<stat> to forget its last handle if the handle were not opened yet. This has been fixed. +=item * + +Various cases of C<delete $::{a}>, C<delete $::{ENV}> etc. causing a crash +have been fixed. [perl #54044] + =back =head1 Known Problems |
