In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d972afbcdbe103e125ca2cba4f6c4fd0eadaafd4?hp=aef23d36b0f3054bfc2ce21268f7910643e5ec02>

- Log -----------------------------------------------------------------
commit d972afbcdbe103e125ca2cba4f6c4fd0eadaafd4
Author: Ricardo Signes <[email protected]>
Date:   Tue Jul 4 14:50:31 2017 -0400

    perldebug: cross reference to perldebguts
-----------------------------------------------------------------------

Summary of changes:
 pod/perldebug.pod | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 7c80db3140..53c3d60287 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -8,10 +8,12 @@ perldebug - Perl debugging
 First of all, have you tried using L<C<use strict;>|strict> and
 L<C<use warnings;>|warnings>?
 
-
 If you're new to the Perl debugger, you may prefer to read
 L<perldebtut>, which is a tutorial introduction to the debugger.
 
+If you're looking for the nitty gritty details of how the debugger is
+I<implemented>, you may prefer to read L<perldebguts>.
+
 =head1 The Perl Debugger
 
 If you invoke Perl with the B<-d> switch, your script runs under the

--
Perl5 Master Repository

Reply via email to