summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2023-02-20 09:37:24 +1100
committerTony Cook <tony@develop-help.com>2023-02-20 09:37:24 +1100
commit828bae551a7fc07a99c6bf42fdae003f7929d080 (patch)
tree4d436d1d62c66dc2a8e968e5a391cc420100e36e /pod/perldelta.pod
parent6c2b27ece1fe862309ee16d66bddd388fb7af6ba (diff)
downloadperl-828bae551a7fc07a99c6bf42fdae003f7929d080.tar.gz
perldelta for 626df4fd56, 6c19911f93
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2e2e15099b..d48431a53a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -431,6 +431,13 @@ a core change, not a change to F<constant.pm>. [github #20742]
Redefining a C<use constant> list constant with an empty prototype
constant sub would result in an assertion failure. [github #20742]
+=item *
+
+Fixed a regression where the C<INC> method for objects in C<@INC>
+would not be resolved by C<AUTOLOAD>, while it was in 5.36. The
+C<INCDIR> method for objects in C<@INC> cannot be resolved by
+C<AUTOLOAD> as C<INC> would have been resolved first. [github #20665]
+
=back
=head1 Known Problems