Skip to content

Commit 135abef

Browse files
committed
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.
1 parent 39bf0de commit 135abef

File tree

2 files changed

+758
-723
lines changed

2 files changed

+758
-723
lines changed

pod/perldelta.pod

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,16 @@ XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any cont
143143

144144
=head1 Documentation
145145

146-
XXX Changes to files in F<pod/> go here. Consider grouping entries by
147-
file and be sure to link to the appropriate page, e.g. L<perlfunc>.
146+
=head2 perlop
147+
148+
=over 4
149+
150+
=item *
151+
152+
Normalized alignment of verbatim sections, fixing how they are displayed by
153+
some Pod viewers that strip indentation.
154+
155+
=back
148156

149157
=head2 New Documentation
150158

0 commit comments

Comments
 (0)