Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct link to compile-time variables. This fixes #417
  • Loading branch information
AlexDaniel committed Mar 9, 2016
1 parent 77a45e6 commit f608482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/variables.pod
Expand Up @@ -247,7 +247,8 @@ Although they may not be changed at runtime, the user is allowed to
constant $?TABSTOP = 4; # this causes leading tabs in a heredoc or in a POD
# block's virtual margin to be counted as 4 spaces.
For a list of these special variables see L<#Compile-time variables>.
For a list of these special variables see
L<compile-time variables|/language/variables#Compile-time_variables>.
=head2 The C<.> Twigil
Expand Down

0 comments on commit f608482

Please sign in to comment.