Skip to content

Commit 3ac4af0

Browse files
committed
prefer spaces after commas.
1 parent 8d50bbd commit 3ac4af0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/Language/variables.pod6

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,13 +1284,13 @@ X<|$?TABSTOP>X<|$?NL>X<|$?DISTRIBUTION>
12841284
The following compile time variables allow for a deeper introspection:
12851285
12861286
=for table
1287-
$?PACKAGE Which package am I in?
1288-
$?MODULE,::?MODULE Which module am I in? It contains the type of the module.
1289-
$?CLASS Which class am I in? (as variable)
1290-
$?ROLE Which role am I in? (as variable)
1291-
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1292-
$?NL What a vertical newline "\n" means: LF, CR or CRLF
1293-
$?DISTRIBUTION The Distribution of the current compilation unit.
1287+
$?PACKAGE Which package am I in?
1288+
$?MODULE, ::?MODULE Which module am I in? It contains the type of the module.
1289+
$?CLASS Which class am I in? (as variable)
1290+
$?ROLE Which role am I in? (as variable)
1291+
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1292+
$?NL What a vertical newline "\n" means: LF, CR or CRLF
1293+
$?DISTRIBUTION The Distribution of the current compilation unit.
12941294
12951295
With particular regard to the C<$?NL>, see the L<newline
12961296
pragma|/language/pragmas>.

0 commit comments

Comments
 (0)