Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d56c1ca718bdebc4e0e003609d3cc994d9c4843f https://github.com/Perl/perl5/commit/d56c1ca718bdebc4e0e003609d3cc994d9c4843f Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths: M regcomp.c Log Message: ----------- regcomp.c: get_fq_name(): simplify current package name formatting Use HvNAMEf (which didn't exist when this code was written) to simplify the prepending of the current package to the given name. Commit: cd791bd6a2d26d89527636c12e0a75837f7e9ba2 https://github.com/Perl/perl5/commit/cd791bd6a2d26d89527636c12e0a75837f7e9ba2 Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2025-08-08 (Fri, 08 Aug 2025) Changed paths: M pod/perlguts.pod Log Message: ----------- perlguts: document HvNAMEfARG The docs for HvNAMEf failed to mention the name of the macro to use to pass the argument for the format string. Compare: https://github.com/Perl/perl5/compare/c8cac67a8fb0...cd791bd6a2d2 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications