Skip to content

Commit 0e30141

Browse files
committed
Remove erroneous X-ref for &?BLOCK
1 parent f37df01 commit 0e30141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ C<$!> is set to the C<Any> type object.
11431143
Note that C<CATCH> blocks I<do not> set C<$!>. Rather, they set C<$_> inside
11441144
the block to the caught exception.
11451145
1146-
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|&?BLOCK>X<|%?RESOURCES>
1146+
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|%?RESOURCES>
11471147
=head2 Compile-time variables
11481148
11491149
All compile time variables have a question mark as part of the twigil. Being

0 commit comments

Comments
 (0)