Skip to content

Commit 8c4a1cb

Browse files
committed
Moves pod code out of table
Thanks to @W4anD0eR96 for pointing it out. Also refs #885.
1 parent 96e54d6 commit 8c4a1cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/Language/variables.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,12 +1073,14 @@ the program.
10731073
The most common compile time variables are the following:
10741074
10751075
=for table
1076-
$?FILE Which file am I in? Also available as <C<callframe.file>|type/CallFrame#method_file>
1077-
$?LINE Which line am I at? Also available as <C<callframe.line>|type/CallFrame#method_line>
1076+
$?FILE Which file am I in?
1077+
$?LINE Which line am I at?
10781078
::?CLASS Which class am I in?
10791079
%?LANG What is the current set of interwoven languages?
10801080
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
10811081
1082+
C<$?FILE> and C<$?LINE> are also available from L<CallFrame|/type/CallFrame> as the L<C<file>|/type/CallFrame#method_file> and L<C<line>|/type/CallFrame#method_line> methods, respectively.
1083+
10821084
=head3 Other compile-time variables:
10831085
10841086
X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>

0 commit comments

Comments
 (0)