In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/8a9741846a0be9521079ceab1332792ea3663021?hp=3eccaf6d204abd86eb75f8512c4b443aba7ed9f4>

- Log -----------------------------------------------------------------
commit 8a9741846a0be9521079ceab1332792ea3663021
Author: Andy Armstrong <[email protected]>
Date:   Tue Jun 23 19:36:33 2009 +0100

    Ammend unhelpful description of debugger watch command.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldebug.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index cf1fa23..104653a 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -372,8 +372,8 @@ Delete all installed actions.
 =item w expr
 X<debugger command, w>
 
-Add a global watch-expression.  We hope you know what one of these
-is, because they're supposed to be obvious.
+Add a global watch-expression. Whenever a watched global changes the
+debugger will stop and display the old and new values.
 
 =item W expr
 X<debugger command, W>

--
Perl5 Master Repository

Reply via email to