Skip to content

Commit 3a24820

Browse files
Apply perldelta suggestions and comments from Karen Etheridge
Co-authored-by: Karen Etheridge <[email protected]>
1 parent 11beb91 commit 3a24820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pod/perldelta.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,8 @@ such as C<Encode.pm>.
11151115

11161116
=item *
11171117

1118-
The perl parser would erroneously parse like C<=cut> some other POD directives
1118+
The perl parser would erroneously parse some POD directives
1119+
as if they were C<=cut>. Some other POD directives
11191120
whose names start with I<cut>, prematurely terminating an embedded POD section.
11201121
The following cases were affected: I<cut> followed by a digit (e.g.
11211122
C<=cut2studio>), I<cut> followed by an underscore (e.g. C<=cut_grass>), and in

0 commit comments

Comments
 (0)