Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 85065dd94bd5057e997fdff30a5d56f7d6debbd2
https://github.com/Perl/perl5/commit/85065dd94bd5057e997fdff30a5d56f7d6debbd2
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M sv.c
Log Message:
-----------
perlapi: 'ie' should be 'i.e.', and italicized
Commit: 63e6c959cbcdff0d21149b7cae1671836367cc00
https://github.com/Perl/perl5/commit/63e6c959cbcdff0d21149b7cae1671836367cc00
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M t/porting/known_pod_issues.dat
M t/porting/podcheck.t
Log Message:
-----------
podcheck.t: perldoc standard indent is 4.
Before, it was using an expected nroff indent of 7. But current perldoc
places the =head1 lines at the left margin, and the text within them
indented by 4.
Commit: 61246ce353b8779923b2b5a5597bb153c85d32c9
https://github.com/Perl/perl5/commit/61246ce353b8779923b2b5a5597bb153c85d32c9
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M t/porting/podcheck.t
Log Message:
-----------
podcheck.t: Combine duplicated code into a sub
Commit: 3dc8ec40daa70758f9b0792b114a252232931588
https://github.com/Perl/perl5/commit/3dc8ec40daa70758f9b0792b114a252232931588
Author: Karl Williamson <[email protected]>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M autodoc.pl
Log Message:
-----------
autodoc.pl: Adjust max permissible line length
perldoc takes up 4 column indent, not 7.
Compare: https://github.com/Perl/perl5/compare/7d3dc46a32cd...3dc8ec40daa7