Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f91101a0615d2706c3cc4ebc69a428df2363e927
https://github.com/Perl/perl5/commit/f91101a0615d2706c3cc4ebc69a428df2363e927
Author: James E Keenan <[email protected]>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M lib/feature.pm
M regen/feature.pl
Log Message:
-----------
Correct one character typo appearing in lib/feature.pm
Since lib/feature.pm is a generated file, the actual changes are made in
regen/feature.pl, followed by 'make regen' to regenerate lib/feature.pm
(and then followed by 'make test_porting') to confirm.
Commit: 80474df5fe9d8237ccb1cb224b2a849e54014ecd
https://github.com/Perl/perl5/commit/80474df5fe9d8237ccb1cb224b2a849e54014ecd
Author: James E Keenan <[email protected]>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M t/porting/regen.t
Log Message:
-----------
Hint should advise using 'make regen'
Per discussion by @demerphq in
https://github.com/Perl/perl5/pull/20682#issuecomment-1377536039. The
'regen' programs should be run with your installed 'perl'.
Use single quote in heredoc, as $_ is no longer being interpolated (per
@JRaspass in
https://github.com/Perl/perl5/pull/20683#discussion_r1066294815).
Compare: https://github.com/Perl/perl5/compare/3f11a2855248...80474df5fe9d