Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d6b55ee1b2b091986da9cadfc6689d04593c4155 https://github.com/Perl/perl5/commit/d6b55ee1b2b091986da9cadfc6689d04593c4155 Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths: M lib/builtin.t Log Message: ----------- Fix recursive lexical sub import test The test didn't actually call the function, due to a copy-paste error, and fixing that revealed that the lexical sub isn't in scope yet inside itself, so needs to use __SUB__->() to recurse.