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:
e7769b3
)
perldelta for 6567ce2473
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 18 Jan 2014 01:28:56 +0000
(17:28 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 18 Jan 2014 13:54:11 +0000
(
05:54
-0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
8e8528e
..
024ee2c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-489,6
+489,13
@@
been changed back.
v5.19.7 inadvertently caused freed scalars to be passed to subroutines in
@INC it contained multiple subs. This has been fixed. [perl #120657]
+=item *
+
+Individually-tied elements of @INC (as in C<tie $INC[0]...>) are now
+handled correctly. Formerly, whether a sub returned by such a tied element
+would be treated as a sub depended on whether a FETCH had occurred
+previously.
+
=back
=head1 Known Problems