Skip to content

Commit 26bc31d

Browse files
committed
[S02] Updated table in "Double-underscore forms".
=END is actually =finish now and =DATA is actually =data (this update was already in the following paragraphs, but the table was neglected, which this fixes).
1 parent e85286e commit 26bc31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S02-bits.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4341,8 +4341,8 @@ The double-underscore forms are going away:
43414341
__FILE__ $?FILE
43424342
__PACKAGE__ $?PACKAGE
43434343
__SUB__ &?ROUTINE
4344-
__END__ =begin END
4345-
__DATA__ =begin DATA
4344+
__END__ =begin finish
4345+
__DATA__ =begin data
43464346

43474347
The C<=begin finish> Pod stream (usually written as just C<=finish>) is
43484348
special in that it assumes there's no corresponding C<=end finish>

0 commit comments

Comments
 (0)