Skip to content

Commit 63fa213

Browse files
committed
Minimal description of "use/no trace"
1 parent 29f9b25 commit 63fa213

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/Language/pragmas.pod6

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@ before using them. You can relax this restriction with C<no>.
115115
=for code
116116
no strict; $x = 42; # OK
117117
118-
=item X<B<trace>|trace> [TBD]
118+
=item X<B<trace>|trace>
119+
120+
When C<use trace> is activated, any line of code executing will be written to
121+
STDERR. You can use C<no trace> to switch off the feature, so this only happens
122+
for certain sections of code.
119123
120124
=item X<B<v6>|v6> L<Writing Tests|/language/testing#Writing_tests>
121125

0 commit comments

Comments
 (0)