summaryrefslogtreecommitdiff
path: root/dist/Carp
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 13:28:25 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commitd7029828aecdbadca2985c0aea0350045c43cf8b (patch)
treea6d03a2290a9f9e632fa8510093e9d376e13f43e /dist/Carp
parent13c332fa942355cb9ec68e0bf5b365cd656fa2d3 (diff)
downloadperl-d7029828aecdbadca2985c0aea0350045c43cf8b.tar.gz
Carp: Use some proper hyperlinks in pod
Diffstat (limited to 'dist/Carp')
-rw-r--r--dist/Carp/lib/Carp.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Carp/lib/Carp.pm b/dist/Carp/lib/Carp.pm
index c0207cc06b..ea3b83ef40 100644
--- a/dist/Carp/lib/Carp.pm
+++ b/dist/Carp/lib/Carp.pm
@@ -802,7 +802,7 @@ Of course, C<Carp> can't guarantee the latter.
You can also alter the way the output and logic of C<Carp> works, by
changing some global variables in the C<Carp> namespace. See the
-section on C<GLOBAL VARIABLES> below.
+section on L</GLOBAL VARIABLES> below.
Here is a more complete description of how C<carp> and C<croak> work.
What they do is search the call-stack for a function call stack where
@@ -868,7 +868,7 @@ or by including the string C<-MCarp=verbose> in the PERL5OPT
environment variable.
Alternately, you can set the global variable C<$Carp::Verbose> to true.
-See the C<GLOBAL VARIABLES> section below.
+See the L</GLOBAL VARIABLES> section below.
=head2 Stack Trace formatting