summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 14:20:59 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commit00b388736c135c92d0c2ee43f15455eae4d283e3 (patch)
treefa324232c29a836373eb8e63eb5a501c3dddccfc /pod/perlvar.pod
parenta4ad48f78350d6839e82c32c253eef57b9ef51aa (diff)
downloadperl-00b388736c135c92d0c2ee43f15455eae4d283e3.tar.gz
perlvar: Create proper hyperlink
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 8e6a0f2069..3066d54385 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -577,7 +577,7 @@ Then
$^M = 'a' x (1 << 16);
would allocate a 64K buffer for use in an emergency. See the
-F<INSTALL> file in the Perl distribution for information on how to
+L<INSTALL> file in the Perl distribution for information on how to
add custom C compilation flags when compiling perl. To discourage casual
use of this advanced feature, there is no L<English|English> long name for
this variable.