Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment
Home: https://github.com/Perl/perl5
Commit: 8684cb8a0f5c413baa566638d519f3dae2353a4f
https://github.com/Perl/perl5/commit/8684cb8a0f5c413baa566638d519f3dae2353a4f
Author: Graham Knop <[email protected]>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M pod/perldelta.pod
M pod/perlop.pod
Log Message:
-----------
perlop: fix and normalize indentation and alignment
Tabs for alignment don't work well in verbatim sections. The indentation
of the code may be stripped when being displayed, resulting in the tab
alignment not matching the intention. This can currently be seen on
https://metacpan.org/pod/perlop and https://perldoc.perl.org/perlop
Since most of the code uses 4 space indents, normalize all of the
indentation to use 4 spaces.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications