projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85037c5
)
perldelta for 3a6ce63
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 00:34:56 +0000
(17:34 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 01:24:21 +0000
(18:24 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
012fd7a
..
69db82f
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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