perldealt for delete local $ENV{x} leaking (9332b95f7)
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:00:54 +0000 (01:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 08:23:09 +0000 (01:23 -0700)
pod/perldelta.pod

index 4c85af3..0a93b8f 100644 (file)
@@ -554,6 +554,10 @@ C<(?[...])> now allows interpolation of precompiled patterns consisting of
 S<qr/(?[ [a] ])/;> S</(?[ $pat ])/>>).  Formerly, the brackets would
 confuse the regular expression parser.
 
+=item *
+
+C<delete local $ENV{nonexistent_env_var}> no longer leaks memory.
+
 =back
 
 =head1 Known Problems