summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorTom Hukins <tom@eborcom.com>2010-05-11 14:07:28 +0000
committerFather Chrysostomos <sprout@cpan.org>2010-11-05 22:24:35 -0700
commitc85da6fca199d404bb30401e8e6e347010620f75 (patch)
treeb5e2e109e8e27d4138241df21986047c5a0536c4 /pod/perlrun.pod
parent7f89f7962709227bd070bf1c941b1f195b417de1 (diff)
downloadperl-c85da6fca199d404bb30401e8e6e347010620f75.tar.gz
Refer to other documents more specifically
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 5f933361d3..62c1ebbbfd 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -407,7 +407,8 @@ B<-D14> is equivalent to B<-Dtls>):
33554432 B dump suBroutine definitions, including special Blocks like BEGIN
All these flags require B<-DDEBUGGING> when you compile the Perl
-executable (but see L<Devel::Peek>, L<re> which may change this).
+executable (but see C<:opd> in L<Devel::Peek> or L<re/'debug' mode>
+which may change this).
See the F<INSTALL> file in the Perl source distribution
for how to do this. This flag is automatically set if you include B<-g>
option when C<Configure> asks you about optimizer/debugger flags.