perldelta for f03015cd13 and preceding commits
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:00:55 +0000 (05:00 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 13:05:12 +0000 (05:05 -0800)
f03015cd13
475b1e904e
722fa0e997
4639d557ab
cf93a474d4
8465ba4524

pod/perldelta.pod

index 625afe8..63745cf 100644 (file)
@@ -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