This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
739e9be
)
perldelta for a14c24d0
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 7 Sep 2014 19:02:27 +0000
(12:02 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 7 Sep 2014 20:25:36 +0000
(13:25 -0700)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
1e881ed
..
cdd9be4
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-468,6
+468,12
@@
C<open $$fh, ...>, which vivifies a handle with a name like "main::_GEN_0",
was not giving the handle the right reference count, so a double free could
happen.
+=item *
+
+When deciding that a bareword was a method name, the parser would get
+confused if an "our" sub with the same name existed, and look up the method
+in the package of the "our" sub, instead of the package of the invocant.
+
=back
=head1 Known Problems