In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/756173d302c7f4024a88f3e7aafa344c3b63a32a?hp=b80bacb36cd478933a0d6920b63a221d60dd7e35>
- Log ----------------------------------------------------------------- commit 756173d302c7f4024a88f3e7aafa344c3b63a32a Author: Florian Ragwitz <[email protected]> Date: Wed Sep 22 09:30:25 2010 +0200 Fix misinformation in perldebtut 'B' is for removing breakpoints, not 'd' or 'D'. Pointed out by Jerry Huth. ----------------------------------------------------------------------- Summary of changes: pod/perldebtut.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index b10f9b4..77b8690 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -512,7 +512,7 @@ using the list 'L' command: 17: print "$out $deg\n"; break if (1) -Note that to delete a breakpoint you use 'd' or 'D'. +Note that to delete a breakpoint you use 'B'. Now we'll continue down into our subroutine, this time rather than by line number, we'll use the subroutine name, followed by the now familiar 'v': -- Perl5 Master Repository
