Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 626df4fd56759528a170e821cab27f372b174496
https://github.com/Perl/perl5/commit/626df4fd56759528a170e821cab27f372b174496
Author: Tony Cook <[email protected]>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M pp_ctl.c
M t/op/inccode.t
Log Message:
-----------
allow AUTOLOAD for the INC method of objects in @INC
This matches the behaviour in 5.36.
This does not allow AUTOLOAD for INCDIR, since if there is an AUTOLOAD
the check for INC would have already succeeded.
Fixes #20665
Commit: 6c19911f93fc29afe94cad617c6f2f3325ad77ba
https://github.com/Perl/perl5/commit/6c19911f93fc29afe94cad617c6f2f3325ad77ba
Author: Tony Cook <[email protected]>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M pod/perlfunc.pod
Log Message:
-----------
perlfunc/require: Note that AUTOLOAD cannot resolve INCDIR
Compare: https://github.com/Perl/perl5/compare/0de69e372d3b...6c19911f93fc