Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment
Home: https://github.com/Perl/perl5
Commit: 997089d6af3e52e7b193a3756e98be16a8d32cb0
https://github.com/Perl/perl5/commit/997089d6af3e52e7b193a3756e98be16a8d32cb0
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