perldelta for 3a6ce63
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 00:34:56 +0000 (17:34 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 01:24:21 +0000 (18:24 -0700)
pod/perldelta.pod

index 012fd7a..69db82f 100644 (file)
@@ -754,6 +754,12 @@ based on the current package and the name of the variable; e.g.,
 "main::$fh".  Under recursion, the filehandle was losing the "$fh" part of
 the name.  This has been fixed.
 
+=item *
+
+Perl 5.19.3 accidentally extended the previous bug to all closures, even
+when not called recursively; i.e., lexical handles in closure would always
+be called "main::" or "MyPackage::" etc.  This has been fixed.
+
 =back
 
 =head1 Known Problems