Skip to content

Commit

Permalink
[variables] add documentation of $TABSTOP, $USAGE and $ENC
Browse files Browse the repository at this point in the history
  • Loading branch information
felher committed Aug 29, 2012
1 parent 08d76c8 commit 0f41c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/variables.pod
Expand Up @@ -224,9 +224,9 @@ Other compile-time constants:
$?CLASS Which class am I in? (as variable)
$?ROLE Which role am I in? (as variable)
$?GRAMMAR Which grammar am I in?
$?TABSTOP ???
$?USAGE
$?ENC
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
$?USAGE The usage message generated from the signatures of MAIN subs.
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
=head2 Dynamic variables
Expand Down

0 comments on commit 0f41c02

Please sign in to comment.